raintank / statsdaemon

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

sometimes metric_stats not correct #1

Closed Dieterbe closed 10 years ago

Dieterbe commented 10 years ago

input:

  ....advanced_api_call....:1|c|@0.01 

metric_stats:

$ echo metric_stats | nc localhost 8126 | grep advanced_api_call
....advanced_api_call.v.. 0 10
....advanced_api_call....10 10
(...)

packets sent should always be 100 times packets received, it should def not be 0!