-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[apm/python] Add OpenTracing reference + small fixes #3119
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
Conversation
content/tracing/setup/python.md
Outdated
@@ -94,10 +94,16 @@ The ddtrace library includes support for the following libraries: | |||
| [httplib](https://docs.python.org/2/library/httplib.html) | Fully Supported | http://pypi.datadoghq.com/trace/docs/other_integrations.html#httplib | | |||
| [Requests](http://docs.python-requests.org/en/master/) | Fully Supported | http://pypi.datadoghq.com/trace/docs/other_integrations.html#requests | | |||
|
|||
## OpenTracing |
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.
I don't think we should have this section here, unless we add it back to each of the languages.
Voting against it to reduce fragmentation. I think this messaging should go into the Advanced Usage section at the top of the Python tab.
@l0k0ms this can be merged when you get the chance 😄 |
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.
LGTM 👌
What does this PR do?
Adds a reference to new Python OpenTracing functionality in the Python tracer.
Motivation
New feature.
Preview link
Additional Notes
Please wait until we release the feature before merging this PR.