Replies: 1 comment 6 replies
-
Typically cortex is monitored using prometheus, scrape /metrics endpoint for every cortex pod using prometheus. If you do that you are going to get prometheus metrics for cortex. One of the metrics you can get from cortex is cortex_discarded_samples_total. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my follow-up question for #5101 since this question is for different context.
Cortex is now working and I can see metrics for my external clusters/tenants (which do remote write to Cortex). But, I saw some gaps/delays from some clusters which quite big and busy compared to the happy-and-no-gaps-in-metrics cluster which is smaller and less busy.
abc cluster
def cluster
xyz cluster
All three clusters are showing up in the
<cortex-distributor>/distributor/all_user_stats
page:Questions:
FWIW, this is the Helm values file I use for the Cortex deployment:
Beta Was this translation helpful? Give feedback.
All reactions