cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.8k stars 447 forks source link

metrics: fix Compact.Duration metric bug #3707

Closed RaduBerinde closed 3 months ago

RaduBerinde commented 3 months ago

Don't include in-progress ingested flushables for Compact.Duration. They don't contribute to the total when they complete, so we can see non-monotonic blips in the value.

I reproduced this by keeping track of the last reported duration and setting up a goroutine to poll the metrics frequently.

Fixes #3706

cockroach-teamcity commented 3 months ago

This change is Reviewable