mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
Query History: Enable new query history by default (#49407)
* Enable new Query History * Update docs and sample.ini
This commit is contained in:
parent
3250bf6b2b
commit
5a3cd45f79
@ -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
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user