From 72c79d7689356cf2493dd138e936f06bbb91762b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 14 Oct 2021 16:22:20 +0300 Subject: [PATCH] docs/FAQ.md: improve wording on why MetricsQL isnt 100% compatible with PromQL --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f93e2bfefb..cdaecef68d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -288,7 +288,7 @@ VictoriaMetrics maintains in-memory cache for mapping of [active time series](#w ## Why MetricsQL isn't 100% compatible with PromQL? -MetricsQL provides better user experience than PromQL. It fixes a few annoying issues in PromQL, so it cannot be 100% compatible. See [this article](https://medium.com/@romanhavronenko/victoriametrics-promql-compliance-d4318203f51e) for details. +[MetricsQL](https://docs.victoriametrics.com/MetricsQL.html) provides better user experience than PromQL. It fixes a few annoying issues in PromQL. This prevents MetricsQL to be 100% compatible with PromQL. See [this article](https://medium.com/@romanhavronenko/victoriametrics-promql-compliance-d4318203f51e) for details. ## How to migrate data from Prometheus to VictoriaMetrics?