From 84643e96a34565f07c53a5bb37dc72815b1b5de0 Mon Sep 17 00:00:00 2001 From: kx1t Date: Thu, 30 Mar 2023 16:22:30 -0400 Subject: [PATCH] added link to README-Grafana.md in main README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 509c80f..54f2c93 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ In order for Telegraf to output metrics to an [InfluxDBv2](https://docs.influxda | `INFLUXDBV2_TOKEN` | The token for authentication | | `INFLUXDBV2_BUCKET` | Destination bucket to write into | -### Output to Prometheus +### Output to Prometheus and configuring Grafana In order for Telegraf to serve a [Prometheus](https://prometheus.io) endpoint, the following environment variables can be used: @@ -541,6 +541,7 @@ In order for Telegraf to serve a [Prometheus](https://prometheus.io) endpoint, t | ---- | ---- | | `PROMETHEUS_ENABLE` | Set to `true` for a Prometheus endpoint on `http://0.0.0.0:9273/metrics` | +Please see the [separate instruction document](README-grafana.md) for step by step instructions on how to set up and configure a Grafana Dashboard. ## Message decoding introspection