We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed5d62 + 8b22644 commit 8bb9a02Copy full SHA for 8bb9a02
1 file changed
telegraf/rootfs/config.toml.tpl
@@ -238,7 +238,7 @@
238
[[inputs.statsd]]
239
service_address = {{ .STATSD_SERVICE_ADDRESS | quote }}
240
delete_gauges = {{ default false .STATSD_DELETE_GAUGES }}
241
- delete_counters {{ default false .STATSD_DELETE_COUNTERS }}
+ delete_counters = {{ default false .STATSD_DELETE_COUNTERS }}
242
delete_sets = {{ default false .STATSD_DELETE_SETS }}
243
delete_timings = {{ default true .STATSD_DELETE_TIMINGS}}
244
percentiles = [{{ default 90 .STATSD_PERCENTILES }}]
@@ -247,4 +247,4 @@
247
allowed_pending_messages = {{ default 10000 .STATSD_ALLOWED_PENDING_MESSAGES }}
248
percentile_limit = {{ default 1000 .STATSD_PERCENTILE_LIMIT }}
249
udp_packet_size = {{ default 1500 .STATSD_UDP_PACKET_SIZE }}
250
-{{ end }}
+{{ end }}
0 commit comments