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 #############################
|
||||||
[query_history]
|
[query_history]
|
||||||
# Enable the Query history
|
# Enable the Query history
|
||||||
enabled = false
|
enabled = true
|
||||||
|
|
||||||
#################################### Internal Grafana Metrics ############
|
#################################### Internal Grafana Metrics ############
|
||||||
# Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
|
# Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
|
||||||
|
@ -903,7 +903,7 @@
|
|||||||
#################################### Query History #############################
|
#################################### Query History #############################
|
||||||
[query_history]
|
[query_history]
|
||||||
# Enable the Query history
|
# Enable the Query history
|
||||||
;enabled = false
|
;enabled = true
|
||||||
|
|
||||||
#################################### Internal Grafana Metrics ##########################
|
#################################### Internal Grafana Metrics ##########################
|
||||||
# Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
|
# Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
|
||||||
@ -968,7 +968,7 @@
|
|||||||
|
|
||||||
# This is a configuration for OTLP exporter with GRPC protocol
|
# This is a configuration for OTLP exporter with GRPC protocol
|
||||||
[tracing.opentelemetry.otlp]
|
[tracing.opentelemetry.otlp]
|
||||||
# otlp destination (ex localhost:4317)
|
# otlp destination (ex localhost:4317)
|
||||||
; address = localhost:4317
|
; address = localhost:4317
|
||||||
# Propagation specifies the text map propagation format: w3c, jaeger
|
# Propagation specifies the text map propagation format: w3c, jaeger
|
||||||
; propagation = w3c
|
; propagation = w3c
|
||||||
|
@ -1381,7 +1381,7 @@ Configures Query history in Explore.
|
|||||||
|
|
||||||
### enabled
|
### enabled
|
||||||
|
|
||||||
Enable or disable the Query history. Default is `disabled`.
|
Enable or disable the Query history. Default is `enabled`.
|
||||||
|
|
||||||
## [metrics]
|
## [metrics]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user