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
{{ message }}
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
kubectl logs <ccloudexporter> pod says "Listening on http://:2112/metrics\n", and
and just example of 1 of the lines in kubectl logs <omsagent rs> pod says > prometheus, address=x.x.x.x, scrapeUrl=http://ccloudexportersvc.ccloudexporternamespace.svc.cluster.local:2112/metrics go_memstats_heap_objects=2577
However, in Azure portal > kubernetes service > one of the cluster > Logs > and I've ran queries such as
InsightsMetrics
| where Namespace contains "prometheus"
| where Computer contains "<hostname/node of the omsagent rs>
but the query returns no result.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I have followed https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-prometheus-integration
documentation and currently we have cluster-wide omsagent replicaset (singleton) to scrape from the ccloudexporter deployment in AKS via kubernetes service.
kubectl logs <ccloudexporter>
pod says "Listening on http://:2112/metrics\n", andand just example of 1 of the lines in
kubectl logs <omsagent rs>
pod says> prometheus, address=x.x.x.x, scrapeUrl=http://ccloudexportersvc.ccloudexporternamespace.svc.cluster.local:2112/metrics go_memstats_heap_objects=2577
However, in Azure portal > kubernetes service > one of the cluster > Logs > and I've ran queries such as
but the query returns no result.
The text was updated successfully, but these errors were encountered: