-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Redefine ExportSpans of SpanExporter with ReadOnlySpan #1873
Merged
Commits on Apr 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8bbd971 - Browse repository at this point
Copy the full SHA 8bbd971View commit details -
Remove the Tracer method from the ReadOnlySpan
This is not required by the specification nor the use of this interface.
Configuration menu - View commit details
-
Copy full SHA for 268d78a - Browse repository at this point
Copy the full SHA 268d78aView commit details -
Use this type to encapsulate the Span status similar to the Event type encapsulating a Span event
Configuration menu - View commit details
-
Copy full SHA for 72fedf7 - Browse repository at this point
Copy the full SHA 72fedf7View commit details -
Remove IsRecording from the ReadOnlySpan interface
A read-only span value does not need to know if updates to it will be recorded. It by definition cannot be updated so no point in communicating if an update would be recorded.
Configuration menu - View commit details
-
Copy full SHA for 88a4533 - Browse repository at this point
Copy the full SHA 88a4533View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b8ca3 - Browse repository at this point
Copy the full SHA d1b8ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ae1ff - Browse repository at this point
Copy the full SHA 86ae1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88adf5 - Browse repository at this point
Copy the full SHA b88adf5View commit details -
Update ReadOnlySpan interface with meta info methods
Add the DroppedAttributes, DroppedLinks, DroppedEvents, and ChildSpanCount methods to the interface to return additional information about the span not specified by the specification, but that we are already providing.
Configuration menu - View commit details
-
Copy full SHA for 49edd27 - Browse repository at this point
Copy the full SHA 49edd27View commit details
Commits on May 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45a0e20 - Browse repository at this point
Copy the full SHA 45a0e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32110d2 - Browse repository at this point
Copy the full SHA 32110d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c92b72 - Browse repository at this point
Copy the full SHA 4c92b72View commit details -
Remove Snapshot method from snapshot type
This method is a hold-over from previous version of the ReadOnlySpan interface is not needed.
Configuration menu - View commit details
-
Copy full SHA for 7eb21f1 - Browse repository at this point
Copy the full SHA 7eb21f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f985b87 - Browse repository at this point
Copy the full SHA f985b87View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0948442 - Browse repository at this point
Copy the full SHA 0948442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973ec4f - Browse repository at this point
Copy the full SHA 973ec4fView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 12e2199 - Browse repository at this point
Copy the full SHA 12e2199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 536e72b - Browse repository at this point
Copy the full SHA 536e72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 187e4c0 - Browse repository at this point
Copy the full SHA 187e4c0View commit details
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.