From 5d2034188b5a66acbb7ff312d2d735608fbc85ee Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:50:16 +0200 Subject: [PATCH] [v9.4.x] removed duplicate query data source section (#66681) removed duplicate query data source section (#66605) (cherry picked from commit 1e53b29eee4527ba4ff50fe1e1c237f9e9ed87d4) Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> --- docs/sources/datasources/prometheus/_index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/sources/datasources/prometheus/_index.md b/docs/sources/datasources/prometheus/_index.md index 36cd060849c..d61c2a316f6 100644 --- a/docs/sources/datasources/prometheus/_index.md +++ b/docs/sources/datasources/prometheus/_index.md @@ -97,12 +97,6 @@ datasources: url: 'http://localhost:3000/explore?orgId=1&left=%5B%22now-1h%22,%22now%22,%22Jaeger%22,%7B%22query%22:%22$${__value.raw}%22%7D%5D' ``` -## Query the data source - -The Prometheus query editor includes a code editor and visual query builder. - -For details, see the [query editor documentation]({{< relref "./query-editor" >}}). - ## View Grafana metrics with Prometheus Grafana exposes metrics for Prometheus on the `/metrics` endpoint.