File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/sources/installation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ global_session = -1
353
353
# Metrics available at HTTP API Url /api/metrics
354
354
[metrics]
355
355
enabled = true
356
- interval_seconds = 60
356
+ interval_seconds = 10
357
357
358
358
# Send internal Grafana metrics to graphite
359
359
[metrics.graphite]
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ Enable metrics reporting. defaults true. Available via HTTP API `/api/metrics`.
466
466
467
467
### interval_seconds
468
468
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 .
470
470
471
471
## [ metrics.graphite]
472
472
Include this section if you want to send internal Grafana metrics to Graphite.
You can’t perform that action at this time.
0 commit comments