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

Detect duplicate instruments for case-insensitive names #4338

Merged
merged 7 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. Detect dup inst for case-insensitive names

    Resolve open-telemetry#3835
    
    Detect duplicate instrument registrations for instruments that have the
    same case-insensitive names. Continue to return the instruments with
    different names, but log a warning. This is the solution proposed in
    open-telemetry/opentelemetry-specification#3606.
    MrAlias committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    14e552b View commit details
    Browse the repository at this point in the history
  2. Add changes to changelog

    MrAlias committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d9bf25d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e0668 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    eb13a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0b628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fd07ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91369f3 View commit details
    Browse the repository at this point in the history