Skip to content
Snippets Groups Projects
Commit cc4a9a14 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Merge branch 'fix-telegraf-tags' into 'master'

Fix telegraf tags

See merge request !352
parents e942e8bb 4620cd55
No related branches found
No related tags found
1 merge request!352Fix telegraf tags
......@@ -59,5 +59,6 @@
- "restart telegraf"
become: true
become_user: root
tags:
- configuration
......@@ -38,6 +38,10 @@
# Override default hostname, if empty use os.Hostname()
hostname = ""
## Maximum number of unwritten metrics per output. Increasing this value
## allows for longer periods of output downtime without dropping metrics at the
## cost of higher maximum memory usage.
metric_buffer_limit = 15000
###############################################################################
# OUTPUTS #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment