-
Notifications
You must be signed in to change notification settings - Fork 35
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
opentelemetry-dart 0.17.0 #135
Conversation
and W3cTraceContextPropagator.
- Interface corrections for WebTracerProvider.
- Interface corrections for Tracer.
- Stop exporting NonRecordingSpan. - Transition SDK Tracer to protected constant constructor with non-optional arguments. - Transition SDK Span to protected constructor with non-optional arguments. - Transition Span.setStatus to positional optional parameters.
- Return opentelemetry-proto to v0.9.0.
- Return opentelemetry-proto to v0.9.0.
- Update OpenTelemetry Proto to latest version.
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
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.
Each sub-pr has been reviewed. Each one was squashed and merged without conflict. LGTM assuming testing goes well.
Loaded these changes in a small testing application. Confirmed that it can be used to properly emit traces. Confirmed that context propagates appropriately. QA +1 |
@aviary-wf Can you try running again? |
e6f6917
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.
approving again after removing the Dockerfile
Loaded these changes in a small testing application. Confirmed that it can be used to properly emit traces. Confirmed that context propagates appropriately. QA +1 |
@Workiva/release-management-p |
d56a3f0
Loaded these changes in a small testing application. Confirmed that it can be used to properly emit traces. Confirmed that context propagates appropriately. QA +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.
+10 again
Loaded these changes in a small testing application. Confirmed that it can be used to properly emit traces. Confirmed that context propagates appropriately. QA +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.
+1 from RM
Which problem is this PR solving?
This PR combines changes and updates from the following branch PRs:
How Has This Been Tested?