Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvserver: add storage.compactions.duration timeseries metric #103670

Merged
merged 1 commit into from May 19, 2023

Commits on May 19, 2023

  1. kvserver: add storage.compactions.duration timeseries metric

    Add a new storage.compactions.duration metric that describes the cumulative
    time spent in compactions since process start. This may be used to calculate
    the effective compaction concurrency over an interval. See
    cockroachdb/pebble#1934.
    
    Epic: none
    Release note (ops change): exposes a new metric `storage.compactions.duration`
    computed by the storage engine that provides the cumulative time the storage
    engine has spent in compactions. This duration may exceed time elapsed, because
    of concurrent compactions and may be useful in monitoring compaction
    concurrency.
    jbowens committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b01cc37 View commit details
    Browse the repository at this point in the history