From 0baea8a0dfeb2646333e35d676510d310b56bf9e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 20 Jan 2019 00:19:59 +0200 Subject: [PATCH] Mention Graphite plaintext protocol support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca834ac86..62b875c2a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - Fast query engine. It excels on heavy queries over thousands of metrics with millions of metric values. - The same remote storage URL may be used by multiple Prometheus instances collecting distinct metric sets, so all these metrics may be used in a single query (aka `global querying view`). This works ideally for multiple Prometheus instances located in different subnetworks / datacenters. - Accepts data in [InfluxDB line protocol](https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_reference/), so [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) and other influx-compatible agents may send data to VictoriaMetrics. +- [Single-server VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) Accepts data in [Graphite plaintext protocol](https://graphite.readthedocs.io/en/latest/feeding-carbon.html#the-plaintext-protocol) if `-graphiteListenAddr` is set. ### Useful links