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

Active series should track native histograms and buckets #5365

Closed
Tracked by #4173
krajorama opened this issue Jun 27, 2023 · 0 comments · Fixed by #5318
Closed
Tracked by #4173

Active series should track native histograms and buckets #5365

krajorama opened this issue Jun 27, 2023 · 0 comments · Fixed by #5318
Assignees

Comments

@krajorama
Copy link
Contributor

krajorama commented Jun 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants