summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-07-12 15:38:20 +0300
committerGitHub <noreply@github.com>2019-07-12 15:38:20 +0300
commitfecc659376d67f66f483799929eeb962d7b5abd2 (patch)
treec1d00516969095c4df49458e7771fdbc1273b90b /backends
parent4210534aed9655858cd2afda1c62f9d36701ce8b (diff)
Add more supported backends to the documentation (#6443)
Diffstat (limited to 'backends')
-rw-r--r--backends/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/README.md b/backends/README.md
index bdc4090172..ef5baa1b6b 100644
--- a/backends/README.md
+++ b/backends/README.md
@@ -33,7 +33,9 @@ X seconds (though, it can send them per second if you need it to).
- **prometheus** is described at [prometheus page](prometheus/) since it pulls data from netdata.
- **prometheus remote write** (a binary snappy-compressed protocol buffer encoding over HTTP used by
- a lot of [storage providers](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage))
+ **Elasticsearch**, **Gnocchi**, **Graphite**, **InfluxDB**, **Kafka**, **OpenTSDB**,
+ **PostgreSQL/TimescaleDB**, **Splunk**, **VictoriaMetrics**,
+ and a lot of other [storage providers](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage))
metrics are labeled in the format, which is used by Netdata for the [plaintext prometheus protocol](prometheus/).
Notes on using the remote write backend are [here](prometheus/remote_write/).