summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-06-12 09:42:58 -0700
committerGitHub <noreply@github.com>2020-06-12 09:42:58 -0700
commit2c64795b7cc4e21a9382f863ae354b137b367b45 (patch)
treeb714798283617f51e4e97a328beae1e9fbf46b0e /exporting
parent68f1888227bac1602d8777742995e0276bf05510 (diff)
Change streaming terminology to parent/child in docs (#9312)
* Intial pass through docs * Dash instead of slash * To parent/child * Child nodes * Change diagrams * Allowlist * Fixes for Andrew * Remove from build_external * Change in proc
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**: