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

cli: add storage engine metrics to debug zip #125865

Merged
merged 1 commit into from
Jun 24, 2024

Commits on Jun 21, 2024

  1. cli: add storage engine metrics to debug zip

    Metrics from the storage engine are already exposed in the
    `/debug/lsm` HTTP endpoint. These can be useful when debugging storage
    issues, and so this change adds these metrics to the debug zip under
    `/nodes/$N/lsm.txt` in the same text format as the HTTP route. The
    previously unused `EngineStats` status endpoint was repurposed to
    serve these metrics from each node.
    
    Fixes: cockroachdb#79518
    Epic: none
    Release note: none
    anish-shanbhag committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cb2133f View commit details
    Browse the repository at this point in the history