builtin:span-context-propagation)
Context propagation enables you to connect PurePaths through OpenTelemetry. 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 |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:span-context-propagation |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:span-context-propagation | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:span-context-propagation |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Context Propagation RulecontextPropagationRule | SpanContextPropagationRule | - | required |
SpanContextPropagationRule
objectProperty | Type | Description | Required |
---|---|---|---|
Rule nameruleName | text | - | required |
Rule actionruleAction | enum |
| required |
Matchersmatchers | SpanMatcher[] | - | required |
SpanMatcher
objectProperty | Type | Description | Required |
---|---|---|---|
Sourcesource | enum |
| required |
KeysourceKey | text | - | required |
Comparison Typetype | enum | affects value
| required |
Valuevalue | text | evaluated at context injection | required |
ValuespanKindValue | enum |
| required |
Case sensitivecaseSensitive | boolean | affects value and key | required |