builtin:span-entry-points)
OpenTelemetry spans can start new PurePaths. Define rules that define which spans should not be considered as entry points.
Note: This config does not apply to Trace ingest.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:span-entry-points |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:span-entry-points |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:span-entry-points | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:span-entry-points |
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 |
---|---|---|---|
Entry Point RuleentryPointRule | SpanEntrypointRule | - | required |
SpanEntrypointRule
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 span start | required |
ValuespanKindValue | enum |
| required |
Case sensitivecaseSensitive | boolean | affects value and key | required |