public class DCounter extends DMetric
| Constructor and Description |
|---|
DCounter(org.apache.flink.metrics.Counter c,
String metricName,
String host,
List<String> tags,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
ackReport() |
Number |
getMetricValue()
Visibility of this method must not be changed
since we deliberately not map it to json object in a Datadog-defined format.
|
public Number getMetricValue()
Note: DataDog counters count the number of events during the reporting interval.
getMetricValue in class DMetricCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.