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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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]