From 5a3cd45f797545a0aca649fecfc6dd602ae888f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Mon, 23 May 2022 16:53:36 +0200 Subject: [PATCH] Query History: Enable new query history by default (#49407) * Enable new Query History * Update docs and sample.ini --- conf/defaults.ini | 2 +- conf/sample.ini | 4 ++-- docs/sources/administration/configuration.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 09174f6a415..2120725f2ca 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -938,7 +938,7 @@ enabled = true #################################### Query History ############################# [query_history] # Enable the Query history -enabled = false +enabled = true #################################### Internal Grafana Metrics ############ # Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId diff --git a/conf/sample.ini b/conf/sample.ini index f10dc2841a2..2467dc3a22c 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -903,7 +903,7 @@ #################################### Query History ############################# [query_history] # Enable the Query history -;enabled = false +;enabled = true #################################### Internal Grafana Metrics ########################## # Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId @@ -968,7 +968,7 @@ # This is a configuration for OTLP exporter with GRPC protocol [tracing.opentelemetry.otlp] -# otlp destination (ex localhost:4317) +# otlp destination (ex localhost:4317) ; address = localhost:4317 # Propagation specifies the text map propagation format: w3c, jaeger ; propagation = w3c diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index dc8f3aae7d1..a77fe93edae 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -1381,7 +1381,7 @@ Configures Query history in Explore. ### enabled -Enable or disable the Query history. Default is `disabled`. +Enable or disable the Query history. Default is `enabled`. ## [metrics]