| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricPoint |
MetricPoint.timestamp(Long timestamp) |
MetricPoint |
MetricPoint.value(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<MetricPoint> |
MetricSeries.getPoints()
Points relating to a metric.
|
| Modifier and Type | Method and Description |
|---|---|
MetricSeries |
MetricSeries.addPointsItem(MetricPoint pointsItem) |
| Modifier and Type | Method and Description |
|---|---|
MetricSeries |
MetricSeries.points(List<MetricPoint> points) |
void |
MetricSeries.setPoints(List<MetricPoint> points) |
| Constructor and Description |
|---|
MetricSeries(String metric,
List<MetricPoint> points) |
Copyright © 2023. All rights reserved.