Skip to content
Snippets Groups Projects
Commit 4620cd55 authored by Kerri Wait's avatar Kerri Wait Committed by Trung Nguyen
Browse files

Fix telegraf tags

parent e942e8bb
No related branches found
No related tags found
No related merge requests found
...@@ -59,5 +59,6 @@ ...@@ -59,5 +59,6 @@
- "restart telegraf" - "restart telegraf"
become: true become: true
become_user: root become_user: root
tags:
- configuration
...@@ -38,6 +38,10 @@ ...@@ -38,6 +38,10 @@
# Override default hostname, if empty use os.Hostname() # Override default hostname, if empty use os.Hostname()
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 # # 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