| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static ApmStatsQueryRowType |
ApmStatsQueryRowType.RESOURCE |
static ApmStatsQueryRowType |
ApmStatsQueryRowType.SERVICE |
static ApmStatsQueryRowType |
ApmStatsQueryRowType.SPAN |
| Modifier and Type | Method and Description |
|---|---|
static ApmStatsQueryRowType |
ApmStatsQueryRowType.fromValue(String value) |
ApmStatsQueryRowType |
ApmStatsQueryDefinition.getRowType()
The level of detail for the request.
|
| Modifier and Type | Method and Description |
|---|---|
ApmStatsQueryDefinition |
ApmStatsQueryDefinition.rowType(ApmStatsQueryRowType rowType) |
void |
ApmStatsQueryRowType.ApmStatsQueryRowTypeSerializer.serialize(ApmStatsQueryRowType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ApmStatsQueryDefinition.setRowType(ApmStatsQueryRowType rowType) |
| Constructor and Description |
|---|
ApmStatsQueryDefinition(String env,
String name,
String primaryTag,
ApmStatsQueryRowType rowType,
String service) |
| Constructor and Description |
|---|
ApmStatsQueryRowTypeSerializer(Class<ApmStatsQueryRowType> t) |
Copyright © 2024. All rights reserved.