From dfc62920c2973c6a191fa9bc5f2f7a23cf9c37f4 Mon Sep 17 00:00:00 2001 From: relandrew <106606303+relandrew@users.noreply.github.com> Date: Tue, 16 Aug 2022 01:30:10 -0600 Subject: [PATCH] docs: fix typo (#11156) Signed-off-by: Andrew <106606303+relandrew@users.noreply.github.com> Signed-off-by: Andrew <106606303+relandrew@users.noreply.github.com> --- docs/querying/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/api.md b/docs/querying/api.md index 5d6024e51..8c3eb9d24 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -779,7 +779,7 @@ curl -G http://localhost:9091/api/v1/targets/metadata \ ## Querying metric metadata -It returns metadata about metrics currently scrapped from targets. However, it does not provide any target information. +It returns metadata about metrics currently scraped from targets. However, it does not provide any target information. This is considered **experimental** and might change in the future. ```