Documentation with example for enabling prometheus and grafana

Hi Team,

I'm trying to enable metrics using prometheus and grafana in my web application using traefik.
Are there any good documentation with example to enable it? I've gone through documentation. But a documentation with example will help me really.

Thanks,
Deepak

Did you check the Traefik metrics doc (link) for the Prometheus part?

Visualizing the metrics with Grafana is a completely different topic, did you Internet search for a tutorial?

Thanks for reply @bluepuma77.
I've read the documentation.
But I was looking for a document having explanation with a simple example which I couldn't find.
I want to understand how traefik will communicate with prometheus, how to setup docker network etc.

Thanks,
Deepak

Traefik will provide a port/path to fetch the Prometheus-compatible metrics.

But Traefik will not explain you how the Prometheus and Grafana ecosystem works