Skip to content

Commit 6fae5a3

Browse files
committed
Merge branch 'v3.1.x'
2 parents f9b628a + 093563a commit 6fae5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/defaults.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ global_session = -1
353353
# Metrics available at HTTP API Url /api/metrics
354354
[metrics]
355355
enabled = true
356-
interval_seconds = 60
356+
interval_seconds = 10
357357

358358
# Send internal Grafana metrics to graphite
359359
[metrics.graphite]

docs/sources/installation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Enable metrics reporting. defaults true. Available via HTTP API `/api/metrics`.
466466

467467
### interval_seconds
468468

469-
Flush/Write interval when sending metrics to external TSDB. Defaults to 60s.
469+
Flush/Write interval when sending metrics to external TSDB. Defaults to 10s.
470470

471471
## [metrics.graphite]
472472
Include this section if you want to send internal Grafana metrics to Graphite.

0 commit comments

Comments
 (0)