You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jrconlin and I were trying to get a grafana dashboard together that included the statsd metrics channelserver sends. Testing in stage revealed that no metrics were getting sent. I tested locally using nc -u -l 8529 to listen for statsd metrics but didn't see any. I changed the BufferedUdpMetricSink to a UdpMetricSink and I started to see some test metrics I set, but I don't see any of the regular metrics like conn.max.data or conn.max.msg
The text was updated successfully, but these errors were encountered:
@jrconlin and I were trying to get a grafana dashboard together that included the statsd metrics channelserver sends. Testing in stage revealed that no metrics were getting sent. I tested locally using
nc -u -l 8529
to listen for statsd metrics but didn't see any. I changed theBufferedUdpMetricSink
to aUdpMetricSink
and I started to see some test metrics I set, but I don't see any of the regular metrics likeconn.max.data
orconn.max.msg
The text was updated successfully, but these errors were encountered: