diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 17:33:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 17:34:10 +0000 |
commit | 83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch) | |
tree | 2e69833b43f791ed253a7a20318b767ebe56cdb8 /src/exporting/prometheus/README.md | |
parent | Releasing debian version 1.47.5-1. (diff) | |
download | netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.tar.xz netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.zip |
Merging upstream version 2.0.3+dfsg (Closes: #923993, #1042533, #1045145).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/exporting/prometheus/README.md')
-rw-r--r-- | src/exporting/prometheus/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exporting/prometheus/README.md b/src/exporting/prometheus/README.md index 81e62b7ec..cc35b1d42 100644 --- a/src/exporting/prometheus/README.md +++ b/src/exporting/prometheus/README.md @@ -203,7 +203,7 @@ interrupts, QoS classes, statsd synthetic charts, etc. The default is controlled in `exporting.conf`: -```conf +```text [prometheus:exporter] send names instead of ids = yes | no ``` @@ -217,7 +217,7 @@ You can overwrite it from Prometheus, by appending to the URL: Netdata can filter the metrics it sends to Prometheus with this setting: -```conf +```text [prometheus:exporter] send charts matching = * ``` @@ -233,7 +233,7 @@ used. Netdata sends all metrics prefixed with `netdata_`. You can change this in `netdata.conf`, like this: -```conf +```text [prometheus:exporter] prefix = netdata ``` |