From 2cd23362f5d311656d180326378c84f5f87d7098 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 24 Feb 2021 17:24:18 +0200 Subject: [PATCH] README.md: sync with docs/Single-server-Victoria-Metrics.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54526ccdb..7aba95a44 100644 --- a/README.md +++ b/README.md @@ -605,7 +605,8 @@ and it is easier to use when migrating from Graphite to VictoriaMetrics. ### Graphite Render API usage [VictoriaMetrics Enterprise](https://victoriametrics.com/enterprise.html) supports [Graphite Render API](https://graphite.readthedocs.io/en/stable/render_api.html) subset -at `/render` endpoint. This subset is required for [Graphite datasource in Grafana](https://grafana.com/docs/grafana/latest/datasources/graphite/). +at `/render` endpoint, which is used by [Graphite datasource in Grafana](https://grafana.com/docs/grafana/latest/datasources/graphite/). +It supports `Storage-Step` http request header, which must be set to a step between data points stored in VictoriaMetrics when configuring Graphite datasource in Grafana. ### Graphite Metrics API usage