Settings API - Span entry points schema table
Span entry points (builtin:span-entry-points
)
OpenTelemetry/OpenTracing 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 |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
entryPointRule | Entry Point Rule | SpanEntrypointRule | - | 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 span start | required |
spanKindValue | Value | enum | - | required |
caseSensitive | Case sensitive | boolean | affects value and key | required |
The SpanEntrypointRule
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
ruleName | Rule name | text | - | required |
ruleAction | Rule action | enum | - | required |
matchers | Matchers | list | - | required |