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

refactor(otel): Remove wrapping of OTEL sdk and release the otel package #1085

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

brandon-welsch
Copy link
Member

@brandon-welsch brandon-welsch commented Feb 12, 2025

Fix #1084

This will contain the latest changes we done on the package. With the first release of the package

  • Add a changelog entry in CHANGELOG.md

@brandon-welsch brandon-welsch changed the title refactor(otel): Remove wrapping of OTEL sdk refactor(otel): Remove wrapping of OTEL sdk and release the otel package Feb 12, 2025
// Check that pointer are the same
assert.Equal(t, previousGlobalProviders, *globalProviders)
}
require.NotNil(t, otelsdk.GetMeterProvider())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otelsdk.GetMeterProvider() will never return nil. If the meter provider has not been registered, it returns a no-op implementation

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, so i will remove that

@brandon-welsch brandon-welsch force-pushed the feat/1084/first-version-of-otel-package branch from e471d2d to c101658 Compare February 12, 2025 15:38
@brandon-welsch brandon-welsch force-pushed the feat/1084/first-version-of-otel-package branch from c101658 to 8e8a310 Compare February 12, 2025 15:43
@brandon-welsch brandon-welsch merged commit d045e5d into master Feb 12, 2025
3 checks passed
@brandon-welsch brandon-welsch deleted the feat/1084/first-version-of-otel-package branch February 12, 2025 16:50
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.

[IBM] OTEL: Release version v0.1.0 of the otel package
2 participants