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
This looks to be a very standard operation for statsd.
The values in metrics.sets are not sent to ES. Adding this code worked for me: for (key in metrics.sets) { numStats += fm.gauges(key, metrics.sets[key].size(), ts, array_gauges); metrics.sets[key].clear() }
The text was updated successfully, but these errors were encountered:
This looks to be a very standard operation for statsd.
The values in metrics.sets are not sent to ES. Adding this code worked for me:
for (key in metrics.sets) { numStats += fm.gauges(key, metrics.sets[key].size(), ts, array_gauges); metrics.sets[key].clear() }
The text was updated successfully, but these errors were encountered: