| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricsApi.ListTagConfigurationsOptionalParameters |
MetricsApi.ListTagConfigurationsOptionalParameters.filterMetricType(MetricTagConfigurationMetricTypes filterMetricType)
Set filterMetricType.
|
| Modifier and Type | Field and Description |
|---|---|
static MetricTagConfigurationMetricTypes |
MetricTagConfigurationMetricTypes.COUNT |
static MetricTagConfigurationMetricTypes |
MetricTagConfigurationMetricTypes.DISTRIBUTION |
static MetricTagConfigurationMetricTypes |
MetricTagConfigurationMetricTypes.GAUGE |
static MetricTagConfigurationMetricTypes |
MetricTagConfigurationMetricTypes.RATE |
| Modifier and Type | Method and Description |
|---|---|
static MetricTagConfigurationMetricTypes |
MetricTagConfigurationMetricTypes.fromValue(String value) |
MetricTagConfigurationMetricTypes |
MetricTagConfigurationAttributes.getMetricType()
The metric's type.
|
MetricTagConfigurationMetricTypes |
MetricTagConfigurationCreateAttributes.getMetricType()
The metric's type.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationAttributes |
MetricTagConfigurationAttributes.metricType(MetricTagConfigurationMetricTypes metricType) |
MetricTagConfigurationCreateAttributes |
MetricTagConfigurationCreateAttributes.metricType(MetricTagConfigurationMetricTypes metricType) |
void |
MetricTagConfigurationMetricTypes.MetricTagConfigurationMetricTypesSerializer.serialize(MetricTagConfigurationMetricTypes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MetricTagConfigurationAttributes.setMetricType(MetricTagConfigurationMetricTypes metricType) |
void |
MetricTagConfigurationCreateAttributes.setMetricType(MetricTagConfigurationMetricTypes metricType) |
| Constructor and Description |
|---|
MetricTagConfigurationCreateAttributes(MetricTagConfigurationMetricTypes metricType,
List<String> tags) |
| Constructor and Description |
|---|
MetricTagConfigurationMetricTypesSerializer(Class<MetricTagConfigurationMetricTypes> t) |
Copyright © 2024. All rights reserved.