Skip to content

Commit 8bb9a02

Browse files
author
Jonathan Chauncey
committed
Merge pull request #74 from sstarcher/patch-1
Invalid statsd config
2 parents eed5d62 + 8b22644 commit 8bb9a02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

telegraf/rootfs/config.toml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
[[inputs.statsd]]
239239
service_address = {{ .STATSD_SERVICE_ADDRESS | quote }}
240240
delete_gauges = {{ default false .STATSD_DELETE_GAUGES }}
241-
delete_counters {{ default false .STATSD_DELETE_COUNTERS }}
241+
delete_counters = {{ default false .STATSD_DELETE_COUNTERS }}
242242
delete_sets = {{ default false .STATSD_DELETE_SETS }}
243243
delete_timings = {{ default true .STATSD_DELETE_TIMINGS}}
244244
percentiles = [{{ default 90 .STATSD_PERCENTILES }}]
@@ -247,4 +247,4 @@
247247
allowed_pending_messages = {{ default 10000 .STATSD_ALLOWED_PENDING_MESSAGES }}
248248
percentile_limit = {{ default 1000 .STATSD_PERCENTILE_LIMIT }}
249249
udp_packet_size = {{ default 1500 .STATSD_UDP_PACKET_SIZE }}
250-
{{ end }}
250+
{{ end }}

0 commit comments

Comments
 (0)