Class: DatadogAPIClient::V1::FormulaAndFunctionApmMetricsSpanKind
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::FormulaAndFunctionApmMetricsSpanKind
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/formula_and_function_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