summaryrefslogtreecommitdiffstats
path: root/src/exporting/prometheus/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:33:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:34:10 +0000
commit83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch)
tree2e69833b43f791ed253a7a20318b767ebe56cdb8 /src/exporting/prometheus/README.md
parentReleasing debian version 1.47.5-1. (diff)
downloadnetdata-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.md6
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
```