| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ApmResourceStatName |
ApmResourceStatName.ERROR_RATE |
static ApmResourceStatName |
ApmResourceStatName.ERRORS |
static ApmResourceStatName |
ApmResourceStatName.HITS |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_AVG |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_DISTRIBUTION |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_MAX |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_P50 |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_P75 |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_P90 |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_P95 |
static ApmResourceStatName |
ApmResourceStatName.LATENCY_P99 |
static ApmResourceStatName |
ApmResourceStatName.TOTAL_TIME |
| Modifier and Type | Method and Description |
|---|---|
static ApmResourceStatName |
ApmResourceStatName.fromValue(String value) |
ApmResourceStatName |
ApmResourceStatsQuery.getStat()
The APM resource statistic to query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApmResourceStatName.ApmResourceStatNameSerializer.serialize(ApmResourceStatName value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ApmResourceStatsQuery.setStat(ApmResourceStatName stat) |
ApmResourceStatsQuery |
ApmResourceStatsQuery.stat(ApmResourceStatName stat) |
| Constructor and Description |
|---|
ApmResourceStatsQuery(ApmResourceStatsDataSource dataSource,
String env,
String name,
String service,
ApmResourceStatName stat) |
| Constructor and Description |
|---|
ApmResourceStatNameSerializer(Class<ApmResourceStatName> t) |
Copyright © 2026. All rights reserved.