Documentation: Capacity Planning - states nonexistant metric 'prometheus_tsdb_head_series' #7334
schenklklopfer
started this conversation in
General
Replies: 1 comment
-
|
the key point in the documentation: if you need a head series equivalent the correct value is Remember the replica. Yes I can try fixing the docs to also include this metric |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The Documentation under https://cortexmetrics.io/docs/guides/capacity-planning/ states a metric '
prometheus_tsdb_head_series' that does not exist at all!To Reproduce
Try to find prometheus_tsdb_head_series in /metrics on your cortex.
Expected behavior
It exists on /metrics
Environment:
Docker in single-binary mode
Additional Context
There is a closed PR that tried to add this metric to the system, but the PR was never merged: #4308
There is a comment on this PR, that states, an alternative to the given metric: #4308 (comment)
So maybe the Documentation can get fixed to that?
Instead of mentioning '
prometheus_tsdb_head_series' it could say'cortex_ingester_memory_series_created_total - cortex_ingester_memory_series_removed_total' - if this query is still correct?Beta Was this translation helpful? Give feedback.
All reactions