summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-06-09 10:20:17 -0700
committerGitHub <noreply@github.com>2020-06-09 10:20:17 -0700
commit4456e300befe1f1c70f50ca39a921e03b8dfbc58 (patch)
tree08ed2869c440ab1bdbfc2c9185a88bacf11c27fa /exporting
parent6a9a465497c760e0793d73ee1a579725fae9e75a (diff)
Add guide to exporting metrics to Graphite (#9285)
* Init guide, add links * Grammar and typo pass * Fixes for Thiago * Fix for Vlad
Diffstat (limited to 'exporting')
-rw-r--r--exporting/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/exporting/README.md b/exporting/README.md
index bc70e2575d..25e47db22b 100644
--- a/exporting/README.md
+++ b/exporting/README.md
@@ -38,9 +38,12 @@ X seconds (though, it can send them per second if you need it to).
- **graphite** (`plaintext interface`, used by **Graphite**, **InfluxDB**, **KairosDB**, **Blueflood**,
**ElasticSearch** via logstash tcp input and the graphite codec, etc)
- metrics are sent to the database server as `prefix.hostname.chart.dimension`. `prefix` is configured below,
+ Metrics are sent to the database server as `prefix.hostname.chart.dimension`. `prefix` is configured below,
`hostname` is the hostname of the machine (can also be configured).
+ Learn more in our guide to [export and visualize Netdata metrics in
+ Graphite](/docs/guides/export/export-netdata-metrics-graphite.md).
+
- **opentsdb** (`telnet or HTTP interfaces`, used by **OpenTSDB**, **InfluxDB**, **KairosDB**, etc)
metrics are sent to OpenTSDB as `prefix.chart.dimension` with tag `host=hostname`.