| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricPoint |
MetricPoint.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 © 2024. All rights reserved.