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

Otlp exporter: Ignore status description if status code is not Error. #962

Merged
merged 5 commits into from
Aug 27, 2021

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Aug 26, 2021

Fixes #957

Changes

As per the specs, Status Description should be ignored if the status code is not Error.

cc @jsuereth

@lalitb lalitb requested a review from a team August 26, 2021 04:18
@codecov
Copy link

codecov bot commented Aug 26, 2021

Codecov Report

Merging #962 (8b9dad2) into main (c7d6409) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #962   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files         160      160           
  Lines        6780     6780           
=======================================
  Hits         6465     6465           
  Misses        315      315           

@lalitb lalitb merged commit 4ae969b into open-telemetry:main Aug 27, 2021
@lalitb lalitb mentioned this pull request Sep 17, 2021
3 tasks
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.

Error message must be ignored when status code is ok on Span->SetStatus
2 participants