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

Fix Jaeger span status reporting and unify tag keys #1761

Merged
merged 5 commits into from
Apr 1, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Mar 31, 2021

Move all tag key strings to be consts defined in a unified location.

Fix the status code and message tag keys to conform with the specification.

Do not set the span status message if it is not set to conform with the specification.

Part of #1376 and #1605

Move all tag key strings to be consts defined in a unified location.

Fix the status code and message tag keys to conform with the
specification.

Do not set the span status message if it is not set to conform with the
specification.
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #1761 (3ca96c6) into main (4fa35c9) will decrease coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #1761     +/-   ##
=======================================
- Coverage   78.6%   78.6%   -0.1%     
=======================================
  Files        133     133             
  Lines       7073    7072      -1     
=======================================
- Hits        5561    5560      -1     
  Misses      1267    1267             
  Partials     245     245             
Impacted Files Coverage Δ
exporters/trace/jaeger/jaeger.go 93.5% <100.0%> (-0.1%) ⬇️

CHANGELOG.md Outdated Show resolved Hide resolved
MrAlias and others added 3 commits April 1, 2021 16:07
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.

3 participants