-
Notifications
You must be signed in to change notification settings - Fork 31
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
Migrate to OpenTelemetry #53
Comments
Hi Ori, I'm glad you find this library useful. While initially we implemented the metrics directly inside the code, we decided to extract it to a separate module So at this point you're welcome to contribute your own OTEL module implementation for go-sundheit (and provide a PR we can merge), implement it internally for your company, or let me know whether you want us to do this (may take a while, as I need to shift priorities for this). What do you think? |
Keep in mind that submodules is usually better to avoid. You can always create a separate package, link it in the readme, move it to this org, etc. |
We'll implement this support here: go-sundheit-opentelemetry |
Any news? I can see there is a branch. Any plans to polish/release it? |
Holidays are over in 2 days ;) I need to review this: AppsFlyer/go-sundheit-opentelemetry#1 |
Hey,
Very cool package, I'm planning to add it to my toolchain but unfortunately you only have openCensus ("deprecated"). Did you ever though about migrating to OpenTelemetry?
LMK, perhaps I can contribute a new tracer.
Best
Ori
The text was updated successfully, but these errors were encountered: