Settings API - Span context propagation schema table
Span context propagation (builtin:span-context-propagation
)
Context propagation enables you to connect PurePaths through OpenTelemetry/OpenTracing. Define rules to enable context propagation for certain spans within OneAgent.
Note: This config does not apply to Trace ingest.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:span-context-propagation |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
contextPropagationRule | Context Propagation Rule | SpanContextPropagationRule | - | required |
Request body objects
The SpanMatcher
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
source | Source | enum | - | required |
sourceKey | Key | text | - | required |
type | Comparison Type | enum | affects value | required |
value | Value | text | evaluated at context injection | required |
spanKindValue | Value | enum | - | required |
caseSensitive | Case sensitive | boolean | affects value and key | required |
The SpanContextPropagationRule
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
ruleName | Rule name | text | - | required |
ruleAction | Rule action | enum | - | required |
matchers | Matchers | list | - | required |