DEV Community

Cover image for Scraping external URL metrics using Python and exporting to Prometheus
Himadri Ganguly
Himadri Ganguly

Posted on

Scraping external URL metrics using Python and exporting to Prometheus

Grafana Dashboard

The sample application in Python producing Prometheus format metrics at the endpoint "/metrics", is collected by Prometheus and a dashboard in Grafana is used to display the metrics. You can build the Docker image and deploy the application in Kubernetes.

https://github.com/himadriganguly/sample_external_url

Top comments (0)