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

Update /api/v1/status/tsdb to include headStats #925

Merged
merged 1 commit into from Jan 5, 2022

Commits on Oct 19, 2021

  1. Update /api/v1/status/tsdb to include headStats

    Current structs for v1 HTTP API assume that there is chunkCount and timeSeriesCount on /api/v1/status/runtimeinfo, which seems to be gone for at least a few releases. /api/v1/status/tsdb now holds an extra headStats block with chunkCount, numSeries and a few other fields.
    Update API models and tests to reflect this change.
    
    Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
    prymitive committed Oct 19, 2021
    Copy the full SHA
    e656395 View commit details
    Browse the repository at this point in the history