| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MetricEstimateType |
MetricEstimateType.COUNT_OR_GAUGE |
static MetricEstimateType |
MetricEstimateType.DISTRIBUTION |
static MetricEstimateType |
MetricEstimateType.PERCENTILE |
| Modifier and Type | Method and Description |
|---|---|
static MetricEstimateType |
MetricEstimateType.fromValue(String value) |
MetricEstimateType |
MetricEstimateAttributes.getEstimateType()
Estimate type based on the queried configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MetricEstimateAttributes |
MetricEstimateAttributes.estimateType(MetricEstimateType estimateType) |
void |
MetricEstimateType.MetricEstimateTypeSerializer.serialize(MetricEstimateType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MetricEstimateAttributes.setEstimateType(MetricEstimateType estimateType) |
| Constructor and Description |
|---|
MetricEstimateTypeSerializer(Class<MetricEstimateType> t) |
Copyright © 2024. All rights reserved.