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

feat(otel): add module for our OpenTelemetry SDK wrapper #1061

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

SCKevinO
Copy link
Contributor

@SCKevinO SCKevinO commented Feb 4, 2025

Fix #1044

  • Add a changelog entry in CHANGELOG.md

otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/otel.go Outdated Show resolved Hide resolved
otel/env.go Outdated Show resolved Hide resolved
otel/README.md Outdated
Comment on lines 17 to 22
// Get Otel configuration from environment
var otelConfig otel.Config
err := envconfig.Process("OTEL", &otelConfig)
if err != nil {
return
}
Copy link
Member

Choose a reason for hiding this comment

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

I think we can handle this directly in our package, in order to not repeat the same thing between services and keep a consistent code

@SCKevinO SCKevinO marked this pull request as ready for review February 6, 2025 14:18
@brandon-welsch brandon-welsch merged commit 74fecbb into master Feb 6, 2025
3 checks passed
@brandon-welsch brandon-welsch deleted the feat/1044/otel-sdk branch February 6, 2025 14:24
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] Initialize the OTEL Go package on go-utils
3 participants