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: Add code semconv attributes #591

Merged
merged 6 commits into from
Aug 2, 2023

Commits on Jul 31, 2023

  1. fix: Add code semconv attributes

    When using the default queue name it is often difficult to correlate the job
    that is performing the work.
    
    Adding code semconv attributes makes it possible to use semconv span naming,
    but also identify spans by class name via `code.function`.
    arielvalentin authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    07b3228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebb97c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    4805d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    17ab41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5b053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ff1407 View commit details
    Browse the repository at this point in the history