Hi,
Please help to understand an issue I have seen.
My app collects timers, counters, and meters and reports them through different reporters.
if the graphite reporter is used directly, the collected metrics are reported to graphite as the correct metric types.
But if I use the statsd reporter, all the collected metrics are reported to statsd as gauges, e.g. all the message to statsd end with "|g". This is confirmed from the statsd logs.
Could anyone help me to resolve the problem? Thanks.