You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storage/tsdb: extract per-tenant TSDBMetrics out of ingesters (#14363)
#### What this PR does
This PR moves the per-tenant `TSDBMetrics` collector out of the
`ingester` package to allow these metrics to be re-used in the
block-builder (I've moved the changes in the `blockbuilder` package are
to [a separate PR](#14364), to
simplify the review).
The changes here are aimed to be pure structural. I don't expect any
changes in the existing metrics — currently testing that in a dev
environment, and all relevant metrics look fine.
---------
Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
0 commit comments