forked from vistarmedia/metrics-datadog
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Thanks for providing this library. I noticed that counters as reported as gauges, behind the scenes. We are looking into metrics aggregators and gauges don't work well with aggregators but counters can. So, I was wondering why counters were implemented as gauges
metrics-datadog/metrics-datadog/src/main/java/org/coursera/metrics/datadog/DatadogReporter.java
Line 200 in bb9f580
| request.addGauge(new DatadogGauge(metricNameFormatter.format(name), counter.getCount(), |
Metadata
Metadata
Assignees
Labels
No labels