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
Metric cortex_ingester_chunks_stored_total, which counts chunks stored per user, is incremented for every chunk sent to the store, regardless of whether it was already stored by another ingester and hence skipped.
This means we are not getting a true readout of the impact of each user on resource utilisation.