summaryrefslogtreecommitdiffstats
path: root/backends/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'backends/README.md')
-rw-r--r--backends/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/README.md b/backends/README.md
index bdc409017..ef5baa1b6 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/).