Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Tracing span names should match function names #17148

Merged
merged 1 commit into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. fix: Tracing span names should match function names

    When viewing traces, it's slightly confusing when the span name doesn't
    match the function name. Ensure the names are consistent.
    
    (It might be worth moving most of these to use #[tracing::instrument]
    so the name can never go stale. @davidbarsky suggested that is marginally
    slower, so I've just done the simple change here.)
    Wilfred committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c981ff0 View commit details
    Browse the repository at this point in the history