How to use Prometheus to monitor containers in Azure Monitor | Azure Friday
Вставка
- Опубліковано 5 лют 2025
- Keiko Harada joins Scott Hanselman to show how to use Prometheus to monitor containers in Azure Monitor. Prometheus is a popular open source metric monitoring solution and is a part of Cloud Native Compute Foundation. Customers who like the extensive metrics which Prometheus provides on Kubernetes also like how easy it is to use Azure Monitor for containers which provides fully managed, out of the box monitoring for Azure Kubernetes Service (AKS) clusters.
4:30 - Demo
Improving observability of your Kubernetes deployments with Azure Monitor for containers
aka.ms/azfr/59...
Azure Monitor for Containers - Metrics
aka.ms/azfr/59...
Configure scraping of Prometheus metrics with Azure Monitor for containers
aka.ms/azfr/59...
Azure Monitor overview
aka.ms/azfr/59...
Create a free account (Azure)
aka.ms/azfr/59...
#microsoft #microsoftazure
How we can monitor AZURE PAAS through Prometheus? is there any way we can scrape the Prometheus metrics from the azure app services?
Hi Prabhat, thanks for your patience on this. You can instrument your app using the right client library (Go, Rust, etc.) and Azure Monitor can work with it.
@@MicrosoftAzure so that would required code changes at the client side .
Also , they have to pay for the azure monitor services.
Are there any ways to do it differently?
Correct my understanding here!
can you guys show how grafana and its source was configured for your AKS cluster
docs.microsoft.com/en-us/azure/azure-monitor/insights/container-insights-prometheus-integration here's the doc :D which provides more information.
That’s awesome 🤩
Cool. Thanks for sharing.
whats vishiy/tools:promometricsv5?
of course that is grafana enterprse, otherwise how could you collect prometheus metrics? Does the open source version work with prometheus?
We use our agent to collect the prometheus metrics which is added in the application thru Prometheus SDK or an exporter. Grafana is just used for dashboarding which we created. What does open source version means?
can we use promql
great sharing. thank you!
so nice!
Thank you!
Still a bit confuse for me.
Cool