-
Notifications
You must be signed in to change notification settings - Fork 2k
Add otel support #4556
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
base: master
Are you sure you want to change the base?
Add otel support #4556
Conversation
2f9b0db
to
3bfa506
Compare
This is to prepare for otel support. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
db2f196
to
7eb3218
Compare
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4556 +/- ##
==========================================
- Coverage 59.66% 59.57% -0.10%
==========================================
Files 288 288
Lines 24785 24740 -45
==========================================
- Hits 14789 14739 -50
- Misses 9111 9112 +1
- Partials 885 889 +4 |
/cc @milas as well (just a "FYI", but perhaps there's input from your side to make this align with compose's OTEL integration) |
require ( | ||
go.opentelemetry.io/otel v1.4.1 | ||
go.opentelemetry.io/otel/trace v1.4.1 | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These ended up in the wrong block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱 ☁️
Just a heads up, this is causing |
I did a rebase of this branch (and fixed some OTEL changes that were in the wrong commit 😂). Looks like OTEL itself is still causing some headaches, so I split the changes in 2 PRs; |
This is broken into 2 commits: