Closed
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 |
Member
|
/cc @milas as well (just a "FYI", but perhaps there's input from your side to make this align with compose's OTEL integration) |
thaJeztah
reviewed
Sep 14, 2023
Comment on lines
+50
to
+53
| require ( | ||
| go.opentelemetry.io/otel v1.4.1 | ||
| go.opentelemetry.io/otel/trace v1.4.1 | ||
| ) |
Member
There was a problem hiding this comment.
These ended up in the wrong block
Collaborator
Author
|
Just a heads up, this is causing |
This was referenced Dec 6, 2023
Member
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is broken into 2 commits: