We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Active series currently tracks the number of series that received samples in the last (configurable) period.
The result is written to the per tenant metric cortex_ingester_active_series
cortex_ingester_active_series
Add two new metrics: cortex_ingester_active_native_histogram_series cortex_ingester_active_native_histogram_buckets
cortex_ingester_active_native_histogram_series
cortex_ingester_active_native_histogram_buckets
These should track the active native histogram series and the number of buckets in use buy those series.
Also add custom tracker support.
The text was updated successfully, but these errors were encountered:
zenador
Successfully merging a pull request may close this issue.
Active series currently tracks the number of series that received samples in the last (configurable) period.
The result is written to the per tenant metric
cortex_ingester_active_series
Add two new metrics:
cortex_ingester_active_native_histogram_series
cortex_ingester_active_native_histogram_buckets
These should track the active native histogram series and the number of buckets in use buy those series.
Also add custom tracker support.
The text was updated successfully, but these errors were encountered: