|
@@ -4,10 +4,10 @@
|
|
|
# change
|
|
# change
|
|
|
|
|
|
|
|
# possible values : production, development
|
|
# possible values : production, development
|
|
|
-; app_mode = production
|
|
|
|
|
|
|
+;app_mode = production
|
|
|
|
|
|
|
|
# instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
|
|
# instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
|
|
|
-; instance_name = ${HOSTNAME}
|
|
|
|
|
|
|
+;instance_name = ${HOSTNAME}
|
|
|
|
|
|
|
|
#################################### Paths ####################################
|
|
#################################### Paths ####################################
|
|
|
[paths]
|
|
[paths]
|
|
@@ -21,7 +21,7 @@
|
|
|
;plugins = /var/lib/grafana/plugins
|
|
;plugins = /var/lib/grafana/plugins
|
|
|
|
|
|
|
|
# folder that contains provisioning config files that grafana will apply on startup and while running.
|
|
# folder that contains provisioning config files that grafana will apply on startup and while running.
|
|
|
-; provisioning = conf/provisioning
|
|
|
|
|
|
|
+;provisioning = conf/provisioning
|
|
|
|
|
|
|
|
#################################### Server ####################################
|
|
#################################### Server ####################################
|
|
|
[server]
|
|
[server]
|
|
@@ -121,7 +121,6 @@ log_queries =
|
|
|
# This enables data proxy logging, default is false
|
|
# This enables data proxy logging, default is false
|
|
|
;logging = false
|
|
;logging = false
|
|
|
|
|
|
|
|
-
|
|
|
|
|
#################################### Analytics ####################################
|
|
#################################### Analytics ####################################
|
|
|
[analytics]
|
|
[analytics]
|
|
|
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
|
|
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
|
|
@@ -323,7 +322,6 @@ log_queries =
|
|
|
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
|
|
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
|
|
|
;filters =
|
|
;filters =
|
|
|
|
|
|
|
|
-
|
|
|
|
|
# For "console" mode only
|
|
# For "console" mode only
|
|
|
[log.console]
|
|
[log.console]
|
|
|
;level =
|
|
;level =
|
|
@@ -369,7 +367,6 @@ log_queries =
|
|
|
# Syslog tag. By default, the process' argv[0] is used.
|
|
# Syslog tag. By default, the process' argv[0] is used.
|
|
|
;tag =
|
|
;tag =
|
|
|
|
|
|
|
|
-
|
|
|
|
|
#################################### Alerting ############################
|
|
#################################### Alerting ############################
|
|
|
[alerting]
|
|
[alerting]
|
|
|
# Disable alerting engine & UI features
|
|
# Disable alerting engine & UI features
|