Skip to content

Configuration Options for opentelemetry tracing for less spans #8398

@gw5280

Description

@gw5280

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In my use case of triton, we would like to collect one span per inference request rather than the three that are currently sent out. A "top level span" only as currently described by the documentation would be ideal. It also seems that span events are sent, which are not required in my use case.

Describe the solution you'd like
A clear and concise description of what you want to happen.
A configuration flag to only send out the top-level span would provide more flexibility for more lightweight tracing, or usages where the precision of the three spans is not required but clogs up the tracing collector. A configuration flag to disable sending span events would also allow my team to use tracing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions