From c1c2d425984325f421d962ddfe3940b7fef504c0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 31 Jan 2019 03:18:09 +0200 Subject: [PATCH] Mention about new features --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c0f57c99d..07256ed88 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ - 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. +- VictoriaMetrics supports backfilling, i.e. data points from the past may be inserted into the DB. +- Time series data may be exported via `/api/v1/export?match=`. Optional `start` and `end` timestamps may be added for exporting time series in the given time range. +- Time series may be deleted via `/api/v1/admin/tsdb/delete_series?match[]=`. +- [Instant snapshots](https://medium.com/@valyala/how-victoriametrics-makes-instant-snapshots-for-multi-terabyte-time-series-data-e1f3fb0e0282) are supported. ### Useful links