Query History: Enable new query history by default (#49407)

* Enable new Query History

* Update docs and sample.ini
This commit is contained in:
Piotr Jamróz
2022-05-23 16:53:36 +02:00
committed by GitHub
parent 3250bf6b2b
commit 5a3cd45f79
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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]