Class: DatadogAPIClient::V2::ApmMetricsSpanKind
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApmMetricsSpanKind
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/apm_metrics_span_kind.rb
Overview
Describes the relationship between the span, its parents, and its children in a trace.
Constant Summary collapse
- CONSUMER =
"consumer".freeze
- SERVER =
"server".freeze
- CLIENT =
"client".freeze
- PRODUCER =
"producer".freeze
- INTERNAL =
"internal".freeze