From 11a96459ba19ac86bed1e2419256412318467f71 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 28 Aug 2020 19:42:12 +0200 Subject: [PATCH] Docs: Added "Disable metrics lookup" explanation Done in Prometheus datasource docs. --- docs/sources/features/datasources/prometheus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/features/datasources/prometheus.md b/docs/sources/features/datasources/prometheus.md index 555cc258f84..6849c1e599f 100644 --- a/docs/sources/features/datasources/prometheus.md +++ b/docs/sources/features/datasources/prometheus.md @@ -28,6 +28,7 @@ To access Prometheus settings, hover your mouse over the **Configuration** (gear | _User_ | User name for basic authentication. | | _Password_ | Password for basic authentication. | | _Scrape interval_ | Set this to the typical scrape and evaluation interval configured in Prometheus. Defaults to 15s. | +| _Disable metrics lookup_ | Checking this option will disable the metrics chooser and metric/label support in the query field's autocomplete. This helps if you have performance issues with bigger Prometheus instances. | | _Custom Query Parameters_ | Add custom parameters to the Prometheus query URL. For example `timeout`, `partial_response`, `dedup`, or `max_source_resolution`. Multiple parameters should be concatenated together with an '&'. | ## Prometheus query editor