Skip to content

Add TSDB head series metric in ingester#4308

Closed
56quarters wants to merge 1 commit into
cortexproject:masterfrom
56quarters:tsdb-head-series-metric
Closed

Add TSDB head series metric in ingester#4308
56quarters wants to merge 1 commit into
cortexproject:masterfrom
56quarters:tsdb-head-series-metric

Conversation

@56quarters

Copy link
Copy Markdown
Contributor

What this PR does:

This change adds a per-user equivalent of the Prometheus
prometheus_tsdb_head_series metric in the ingester along
side existing TSDB related metrics.

Signed-off-by: Nick Pillitteri nick.pillitteri@grafana.com

Checklist

  • Tests updated
    - [ ] Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

This change adds a per-user equivalent of the Prometheus
`prometheus_tsdb_head_series` metric in the ingester along
side existing TSDB related metrics.

Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
@pstibrany

Copy link
Copy Markdown
Contributor

How is this different from

cortex_ingester_memory_series_created_total - cortex_ingester_memory_series_removed_total

which also works for chunk storage?

@56quarters

Copy link
Copy Markdown
Contributor Author

How is this different from

cortex_ingester_memory_series_created_total - cortex_ingester_memory_series_removed_total

which also works for chunk storage?

You're right, that'll work. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants