Skip to content

Excess INFO-level tracing spans created by drive_connection #644

@jbg

Description

@jbg

drive_connection has the tracing::instrument attribute applied to it without specifying a level, so it gets the default of INFO. This method seems to be called hundreds of times per second when metrics-observer is connected, creating an excessive number of trace spans. I think a more appropriate level for this instrumentation would be TRACE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-exporterComponent: exporters such as Prometheus, TCP, etc.E-simpleEffort: simple.T-ergonomicsType: ergonomics.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions