Metrics for Azure Kubernetes + Managed Prometheus #1027
Unanswered
pinkfloydx33
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone been able to get metrics working for Azure Kubernetes with Azure Managed Prometheus?
None of the options work. Auto-detect definitely doesn't and I've tried using the Prometheus option and specifying various AMA (azure monitor agent) service+ports in an attempt to get it to work. Nothing seems to be correct.
One thing I know about Azure Managed Prometheus is that it's an (obviously) customized installation. Even the CRDs it uses for things like Pod/ServiceMonitor are in a group renamed to
azmonitoring.coreos.com
despite the CRDs themselves being identical to upstream source. I am not sure if that information helps any...I would also be alright with it falling back to metrics-server, which is what Kubernetic uses (it has an option to install metrics-server/metrics-scraper to support viewing resource usage charts).
Any help in getting either thing working would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions