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

Adapt to upstream extension class name changes #72

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

pyohannes
Copy link
Contributor

@pyohannes pyohannes commented Dec 19, 2023

Fixes #71

Changes

With the 1.7.0 upstream ASP.NET Core instrumentation libraries, extension classes were renamed (open-telemetry/opentelemetry-dotnet#5161). This also requires updating class names used for lazy-loading in our distro. This PR updates the distro to use the new class names:

  • AspNetCoreInstrumentationTracerProviderBuilderExtensions
  • AspNetCoreInstrumentationMeterProviderBuilderExtensions

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md file updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@matt-hensley matt-hensley merged commit 454aea0 into grafana:main Dec 19, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASP.NET core instrumentation doesn't work with 0.7.0-beta.1
2 participants