-
Notifications
You must be signed in to change notification settings - Fork 652
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
api: adding trace.get_current_span #552
Merged
toumorokoshi
merged 37 commits into
open-telemetry:master
from
toumorokoshi:feature/trace-get-current-span
Jun 9, 2020
Merged
Changes from 30 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
46bcf63
api: adding trace.get_current_span
toumorokoshi 71e70b6
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi 12569ea
Merge remote-tracking branch 'source/master' into feature/trace-get-c…
toumorokoshi 3480e41
fixing lint
toumorokoshi 885228c
fixing test
toumorokoshi aa128fe
Fixing mypy.
toumorokoshi 612db6c
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi 167482c
removing __init__.py
toumorokoshi ec1c120
removing recursive import.
toumorokoshi 088931d
Merge remote-tracking branch 'source/master' into feature/trace-get-c…
toumorokoshi 95b3663
Removing get_current_span from Tracer and TracerProvider
toumorokoshi a901b8a
removing missed reference to tracer.get_current_span
toumorokoshi fc9897f
Merge branch 'master' into feature/trace-get-current-span
791c31b
docs: fixing doc references
toumorokoshi 6973d24
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi 9708ca9
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi e7472e7
Applying API changes to datadog propagator
toumorokoshi f8da41d
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi 236223d
fixing possiblity of empty span for b3
toumorokoshi aad61af
docs: Fix broken link (#763)
hectorhdzg 2f9d229
Rename Measure to ValueRecorder (#761)
lzchen 1086c83
ext/boto: Add boto instrumentation (#665)
ocelotl 5c03a97
opentracing-shim: add testbed for otshim (#727)
toumorokoshi c4f1364
chore: removing Oberon00 from approvers (#770)
afe6150
cloud-trace: Cloud Trace exporter (#698)
9e5ddbb
metrics api/sdk: Move "config" out from Meter into MeterProvider (#751)
lzchen c5b960a
otel-shim: Adding test for empty context from extract
toumorokoshi dc6a77e
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi d8320d5
Adding changelog entry.
toumorokoshi 3732f31
addressing lint
toumorokoshi c8de5ed
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi aae0402
Addressing comments
toumorokoshi 1a692ab
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi cc08e7a
removing non-existent reference to get_span_from_context
toumorokoshi 3d30915
fixing typing
toumorokoshi 412d20f
Merge branch 'master' into feature/trace-get-current-span
toumorokoshi 8e7db78
fixing doc header bar length
toumorokoshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
opentelemetry.trace.span | ||
========================== | ||
|
||
.. automodule:: opentelemetry.trace.span | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.