summaryrefslogtreecommitdiff
path: root/monitoring
AgeCommit message (Expand)Author
2024-02-15Sync tickers and histograms across C++ and Java (#12355)anand76
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2024-01-29Remove misspelled tickers used in error handler (#12302)Yu Zhang
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2024-01-23Remove extra semi colon from internal_repo_rocksdb/repo/monitoring/histogram.hRichard Barnes
2024-01-23Remove extra semi colon from internal_repo_rocksdb/repo/monitoring/histogram.ccRichard Barnes
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-15Add some compressed and tiered secondary cache stats (#12150)anand76
2023-12-08Fix double counting of BYTES_WRITTEN ticker (#12111)Kevin Mingtarja
2023-12-01Remove extra semi colon from internal_repo_rocksdb/repo/monitoring/perf_conte...Richard Barnes
2023-12-01internal_repo_rocksdb (-8794174668376270091) (#12114)Andrew Kryczka
2023-10-23Add some stats to observe the usefulness of scan prefetching (#11981)anand76
2023-10-18New tickers on deletion compactions grouped by reasons (#11957)Hui Xiao
2023-10-18Enforce status checking after Valid() returns false for IteratorWrapper (#11975)Changyu Bi
2023-10-12Fix race in options taking effect (#11929)Peter Dillinger
2023-09-15GetEntity Support for ReadOnlyDB and SecondaryDB (#11799)Jay Huh
2023-09-12Add statistics `COMPACTION_CPU_TOTAL_TIME` for total compaction time (#11741)Changyu Bi
2023-08-18Implement trimming of readhead size when upper bound is specified (#11684)akankshamahajan
2023-08-08Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (...Hui Xiao
2023-06-16Add a ticker to track number of trash files deleted in background thread (#11...Yu Zhang
2023-06-09statistics.cc: fix mistype (#11509)Ignat Loskutov
2023-05-19Much better stats for seeks and prefix filtering (#11460)Peter Dillinger
2023-05-18Add `rocksdb.file.read.db.open.micros` (#11455)Hui Xiao
2023-05-17Change internal headers with duplicate names (#11408)Peter Dillinger
2023-05-12Add block checksum mismatch ticker stat (#11438)Andrew Kryczka
2023-04-21Changes and enhancements to compression stats, thresholds (#11388)Peter Dillinger
2023-04-21Group rocksdb.sst.read.micros stat by IOActivity flush and compaction (#11288)Hui Xiao
2023-04-15Block fetch CPU time counters in perf context (#11342)Murali Vilayannur
2023-04-06Filter table files by timestamp: Get operator (#11332)Wentian Guo
2023-03-28Add experimental PerfContext counters for db iterator Prev/Next/Seek* APIs (#...Hui Xiao
2023-03-15Add new stat rocksdb.table.open.prefetch.tail.read.bytes, rocksdb.table.open....Hui Xiao
2023-03-13Rename a recently added PerfContext counter (#11294)Levi Tamasi
2023-03-08Add a PerfContext counter for merge operands applied in point lookups (#11284)Levi Tamasi
2023-02-28Add filter/index/data secondary cache hits stats (#11246)anand76
2023-02-17Remove FactoryFunc from LoadXXXObject (#11203)mrambacher
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-25Remove Stats related to compressed block cache (#11135)sdong
2023-01-25Remove more obsolete statistics (#11131)Levi Tamasi
2023-01-24Remove some deprecated/obsolete statistics from the API (#11123)Levi Tamasi
2022-12-12Add an unittest for Periodic compaction conflict with ongoing compaction (#10...Jay Zhuang
2022-11-13Add some async read stats (#10947)anand76
2022-10-24clang format files under monitoring/ (#10857)changyubi
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-09-12Inject spurious wakeup and sleep before acquiring db mutex to expose race con...Hui Xiao
2022-09-08Add PerfContext counters for CompressedSecondaryCache (#10650)gitbw95
2022-09-02Skip swaths of range tombstone covered keys in merging iterator (2022 edition...Changyu Bi
2022-09-01Fix possible NaN StandardDeviation in Histogram (#10586)Peter Dillinger
2022-08-29Update statistics for async scan readaheads (#10585)anand76
2022-08-25Fix periodic_task unable to re-register the same task type (#10379)Jay Zhuang