Settings API - Span entry points schema table

    Span entry points (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 IDSchema groupsScope
    builtin:span-entry-points
    • group:service-monitoring
    • group:service-monitoring.spans
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:span-entry-points
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:span-entry-points
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:span-entry-points

    Authentication

    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.

    Parameters

    PropertyTypeDescriptionRequired
    Entry Point Rule
    entryPointRule
    SpanEntrypointRule-required
    The SpanEntrypointRule object
    PropertyTypeDescriptionRequired
    Rule name
    ruleName
    text-required
    Rule action
    ruleAction
    enum
    • CREATE_ENTRYPOINT
    • DONT_CREATE_ENTRYPOINT
    required
    Matchers
    matchers
    SpanMatcher[]-required
    The SpanMatcher object
    PropertyTypeDescriptionRequired
    Source
    source
    enum
    • SPAN_NAME
    • SPAN_KIND
    • ATTRIBUTE
    • INSTRUMENTATION_SCOPE_NAME
    • INSTRUMENTATION_SCOPE_VERSION
    required
    Key
    sourceKey
    text-required
    Comparison Type
    type
    enum

    affects value

    • EQUALS
    • CONTAINS
    • STARTS_WITH
    • ENDS_WITH
    • DOES_NOT_EQUAL
    • DOES_NOT_CONTAIN
    • DOES_NOT_START_WITH
    • DOES_NOT_END_WITH
    required
    Value
    value
    text

    evaluated at span start

    required
    Value
    spanKindValue
    enum
    • INTERNAL
    • SERVER
    • CLIENT
    • PRODUCER
    • CONSUMER
    required
    Case sensitive
    caseSensitive
    boolean

    affects value and key

    required