| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ApmDependencyStatName |
ApmDependencyStatName.AVG_DURATION |
static ApmDependencyStatName |
ApmDependencyStatName.AVG_ROOT_DURATION |
static ApmDependencyStatName |
ApmDependencyStatName.AVG_SPANS_PER_TRACE |
static ApmDependencyStatName |
ApmDependencyStatName.ERROR_RATE |
static ApmDependencyStatName |
ApmDependencyStatName.PCT_EXEC_TIME |
static ApmDependencyStatName |
ApmDependencyStatName.PCT_OF_TRACES |
static ApmDependencyStatName |
ApmDependencyStatName.TOTAL_TRACES_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static ApmDependencyStatName |
ApmDependencyStatName.fromValue(String value) |
ApmDependencyStatName |
ApmDependencyStatsQuery.getStat()
The APM dependency statistic to query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApmDependencyStatName.ApmDependencyStatNameSerializer.serialize(ApmDependencyStatName value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ApmDependencyStatsQuery.setStat(ApmDependencyStatName stat) |
ApmDependencyStatsQuery |
ApmDependencyStatsQuery.stat(ApmDependencyStatName stat) |
| Constructor and Description |
|---|
ApmDependencyStatsQuery(ApmDependencyStatsDataSource dataSource,
String env,
String name,
String operationName,
String resourceName,
String service,
ApmDependencyStatName stat) |
| Constructor and Description |
|---|
ApmDependencyStatNameSerializer(Class<ApmDependencyStatName> t) |
Copyright © 2026. All rights reserved.