Skip to content

Commit e86a435

Browse files
authoredJan 21, 2019
set telegraf flush_interval also to 60s as it should not be < interval
1 parent cf95e2a commit e86a435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
restart: always
3434
environment:
3535
- interval=60s
36-
- flush_interval=30s
36+
- flush_interval=60s
3737
grafana:
3838
build: grafana
3939
ports:

0 commit comments

Comments
 (0)
Please sign in to comment.