Torkel Ödegaard 9 лет назад
Родитель
Сommit
6fae5a3b4e
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      conf/defaults.ini
  2. 1 1
      docs/sources/installation/configuration.md

+ 1 - 1
conf/defaults.ini

@@ -353,7 +353,7 @@ global_session = -1
 # Metrics available at HTTP API Url /api/metrics
 [metrics]
 enabled           = true
-interval_seconds  = 60
+interval_seconds  = 10
 
 # Send internal Grafana metrics to graphite
 [metrics.graphite]

+ 1 - 1
docs/sources/installation/configuration.md

@@ -466,7 +466,7 @@ Enable metrics reporting. defaults true. Available via HTTP API `/api/metrics`.
 
 ### interval_seconds
 
-Flush/Write interval when sending metrics to external TSDB. Defaults to 60s.
+Flush/Write interval when sending metrics to external TSDB. Defaults to 10s.
 
 ## [metrics.graphite]
 Include this section if you want to send internal Grafana metrics to Graphite.