-
Couldn't load subscription status.
- Fork 656
Description
Is your documentation request related to a feature? If so, which one?
I have set up a mimir-distributed (5.9.0-weekly.364) and followed the documentation to set up k8s-monitoring.
The documentation mentions that no ServiceMonitors are needed and that no metaMonitoring settings should be present.
Having k8s-monitoring set up exactly like in the linked docs (With changed destinations - of course), I cannot get any metrics to show up.
Inspecting the alloy-singleton logs, I can see that the metrics are missing job and instance values, the logs read:
1 error occurred:\n\t* job or instance cannot be found from labels\n\n
I am quite new to kubernetes, so I can only speculate that usually prometheus would populate those while scraping mimir, but mimir (in this setup? or alloy?) does not populate them.
In any case, it seems the provided documentation is not covering everything to set up meta-monitoring for mimir.
What is the solution that you would like or the expected outcome?
(Working) Documentation detailing how to set up meta-monitoring for mimir
What did you think would happen?
k8s-monitoring pushing mimir metrics to my destination
What was your environment?
Kubernetes on Azure + ArgoCD
Any additional context to share?
No response