From 8fd07bd28d21626d9e957dd757f0844372caf4ce Mon Sep 17 00:00:00 2001 From: Oblivion Date: Wed, 18 May 2022 20:47:40 +0000 Subject: [PATCH] comments --- examples/prometheus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/prometheus/README.md b/examples/prometheus/README.md index 5c33b6efdf..d7e284a0ec 100644 --- a/examples/prometheus/README.md +++ b/examples/prometheus/README.md @@ -194,7 +194,7 @@ subgraph Prometheus PrometheusDatabase end -PrometheusExporter["PrometheusExporter
(listening at #quot;http://localhost:9464/#quot;)"] -->|HTTP GET| PrometheusScraper{{"Prometheus scraper
(polling #quot;http://localhost:9464/metrics#quot; every 10 seconds)"}} +PrometheusExporter["PrometheusExporter
(listening at #quot;http://localhost:9464/#quot;)"] -->|HTTP GET| PrometheusScraper{{"Prometheus scraper
(polling #quot;http://localhost:9464/metrics#quot; every 5 seconds)"}} PrometheusScraper --> PrometheusDatabase[("Prometheus TSDB (time series database)")] PrometheusDatabase -->|http://localhost:9090/graph| PrometheusUI["Browser
(Prometheus Dashboard)"] PrometheusDatabase -->|http://localhost:9090/api/| Grafana[Grafana Server]