From 04ce4c476211c23a993fac13dfdb60c129c8f58c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 Feb 2023 19:25:07 -0800 Subject: [PATCH] docs/guides/migrate-from-influx.md: remove misleading doublequotes from the query example --- docs/guides/migrate-from-influx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/migrate-from-influx.md b/docs/guides/migrate-from-influx.md index fb2d98178..bd998675a 100644 --- a/docs/guides/migrate-from-influx.md +++ b/docs/guides/migrate-from-influx.md @@ -267,7 +267,7 @@ consider [backfilling tips](https://docs.victoriametrics.com/Single-server-Victo * How do I get raw data points with MetricsQL? * _For getting raw data points specify the interval at which you want them in square brackets and send as [instant query](https://docs.victoriametrics.com/keyConcepts.html#instant-query). For - example, `GET api/v1/query?query="my_metric[5m]"&time=