summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
Diffstat (limited to 'exporting')
-rw-r--r--exporting/README.md4
-rw-r--r--exporting/prometheus/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/exporting/README.md b/exporting/README.md
index 25e47db22b..a537405bf3 100644
--- a/exporting/README.md
+++ b/exporting/README.md
@@ -233,8 +233,8 @@ Options:
of times within each pattern). The patterns are checked against the hostname (the localhost is always checked as
`localhost`), allowing us to filter which hosts will be sent to the external database when this Netdata is a central
Netdata aggregating multiple hosts. A pattern starting with `!` gives a negative match. So to match all hosts named
- `*db*` except hosts containing `*slave*`, use `!*slave* *db*` (so, the order is important: the first pattern
- matching the hostname will be used - positive or negative).
+ `*db*` except hosts containing `*child*`, use `!*child* *db*` (so, the order is important: the first
+ pattern matching the hostname will be used - positive or negative).
- `send charts matching = *` includes one or more space separated patterns, using `*` as wildcard (any number of times
within each pattern). The patterns are checked against both chart id and chart name. A pattern starting with `!`
diff --git a/exporting/prometheus/README.md b/exporting/prometheus/README.md
index 9e17d43f46..d718a366eb 100644
--- a/exporting/prometheus/README.md
+++ b/exporting/prometheus/README.md
@@ -357,7 +357,7 @@ For more information check Prometheus documentation.
### Streaming data from upstream hosts
-The `format=prometheus` parameter only exports the host's Netdata metrics. If you are using the master/slave
+The `format=prometheus` parameter only exports the host's Netdata metrics. If you are using the parent-child
functionality of Netdata this ignores any upstream hosts - so you should consider using the below in your
**prometheus.yml**: