raintank / statsdaemon

Metrics aggregation daemon like statsd, in Go and with a bunch of extra features.
The Unlicense
327 stars 30 forks source link

metrics 2.0 #28

Closed Alexul closed 7 years ago

Alexul commented 7 years ago

Adding to ini: prefix_m20_rates = "source=statsd.dc=aws." prefix_m20_counters = "source=statsd.dc=aws." prefix_m20_timers = "source=statsd.dc=aws." prefix_m20_gauges = "source=statsd.dc=aws." Breaks TOML Error message: Could not read config file: /etc/statsdaemon.ini is not a valid TOML file. See https://github.com/mojombo/toml

Dieterbe commented 7 years ago

I worked with Alex and we figured out this is a dup of #24 and works now.