summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-06-04 09:05:25 -0700
committerGitHub <noreply@github.com>2020-06-04 09:05:25 -0700
commitfecbb89d0c33e2bbe84aa14c0b3204cb60134218 (patch)
tree40b7581657e2bf13c0f72646c7f5137b4770172e /exporting
parent78ca668e50d88670f8aaf4d2434e325f705f975c (diff)
Move/refactor docs to accomodate new Guides section on Learn (#9266)
* Move directories and change verbiage to guide * Move health guides * Quick fix to collectors quickstart * Fix broken links * Remove health/tutorials dir * Fix links in collectors quickstart * Fix links to go.d pages
Diffstat (limited to 'exporting')
-rw-r--r--exporting/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/README.md b/exporting/README.md
index ba2c51c357..bc70e2575d 100644
--- a/exporting/README.md
+++ b/exporting/README.md
@@ -23,7 +23,7 @@ same time. You can have different update intervals and filters configured for ev
The exporting engine has its own configuration file `exporting.conf`. Configuration is almost similar to
[backends](/backends/README.md#configuration). The most important difference is that type of a connector should be
specified in a section name before a colon and an instance name after the colon. Also, you can't use `host tags`
-anymore. Set your labels using the [`[host labels]`](/docs/tutorials/using-host-labels.md) section in `netdata.conf`.
+anymore. Set your labels using the [`[host labels]`](/docs/guides/using-host-labels.md) section in `netdata.conf`.
Since Netdata collects thousands of metrics per server per second, which would easily congest any database server when
several Netdata servers are sending data to it, Netdata allows sending metrics at a lower frequency, by resampling them.