-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix jaeger translations #1222
Merged
bogdandrutu
merged 4 commits into
open-telemetry:master
from
kbrockhoff:fix-jaeger-translations
Jul 10, 2020
Merged
Fix jaeger translations #1222
bogdandrutu
merged 4 commits into
open-telemetry:master
from
kbrockhoff:fix-jaeger-translations
Jul 10, 2020
Conversation
This file contains 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
kbrockhoff
requested review from
bogdandrutu,
dmitryax,
flands,
james-bebbington,
owais,
pjanotti,
rghetia and
tigrannajaryan
as code owners
June 27, 2020 22:23
Codecov Report
@@ Coverage Diff @@
## master #1222 +/- ##
==========================================
- Coverage 88.60% 88.14% -0.46%
==========================================
Files 207 203 -4
Lines 15110 14708 -402
==========================================
- Hits 13388 12965 -423
- Misses 1288 1305 +17
- Partials 434 438 +4
Continue to review full report at Codecov.
|
bogdandrutu
approved these changes
Jul 10, 2020
wyTrivail
pushed a commit
to mxiamxia/opentelemetry-collector
that referenced
this pull request
Jul 13, 2020
* fixed all Jaeger translation diffs from correctness tests * fixed Jaeger translations where Resource is missing or empty * improve test coverage
hughesjj
pushed a commit
to hughesjj/opentelemetry-collector
that referenced
this pull request
Apr 27, 2023
…y#1222) Bumps [boto3](https://github.com/boto/boto3) from 1.20.50 to 1.20.51. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.20.50...1.20.51) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this pull request
Oct 9, 2024
…try#1222) Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](kyverno/action-install-chainsaw@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Description: Fixed all translation diffs between OTLP and Jaeger
Link to tracking Issue: #815 #1137 #1160
Testing: All correctness tests now show zero diffs for OTLP, OpenCensus, Jaeger combinations
Documentation: N/A