spanSemantics property
The span semantics to use.
Configuration Requirements (if span_semantics is OTEL): -
trace_protocol must be OTLP.
Optional. Possible string values are:
- "SPAN_SEMANTICS_UNSPECIFIED" : Semantics unspecified. Defaults to LEGACY.
- "LEGACY" : Uses Apigee legacy span and attribute names.
- "OTEL" : Uses OpenTelemetry semantic-convention-aligned span and attribute names.
Implementation
core.String? spanSemantics;