Package | Description |
---|---|
org.apache.flink.metrics.datadog |
Modifier and Type | Class and Description |
---|---|
class |
DCounter
Mapping of counter between Flink and Datadog.
|
class |
DGauge
Mapping of gauge between Flink and Datadog.
|
class |
DMeter
Mapping of meter between Flink and Datadog.
|
class |
StaticDMetric
A
DMetric that returns a fixed value. |
Modifier and Type | Method and Description |
---|---|
List<DMetric> |
DSeries.getSeries() |
Modifier and Type | Method and Description |
---|---|
void |
DSeries.add(DMetric metric) |
Constructor and Description |
---|
DSeries(List<DMetric> series) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.