-
Notifications
You must be signed in to change notification settings - Fork 612
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
Add click instrumentation #2994
base: main
Are you sure you want to change the base?
Conversation
...tion/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click/__init__.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-click/pyproject.toml
Outdated
Show resolved
Hide resolved
...tion/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click/__init__.py
Outdated
Show resolved
Hide resolved
...tion/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click/__init__.py
Show resolved
Hide resolved
Made draft waiting for the semconv proposal to get some agreement. |
Co-authored-by: Anuraag (Rag) Agrawal <[email protected]>
Co-authored-by: Emídio Neto <[email protected]>
a3f559b
to
4ffc5ab
Compare
4ffc5ab
to
b8c0f9c
Compare
@@ -4407,111 +4515,3 @@ jobs: | |||
|
|||
- name: Run tests | |||
run: tox -e py312-test-instrumentation-psycopg2 -- -ra | |||
|
|||
py38-test-instrumentation-psycopg_ubuntu-latest: |
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 take it this move into the other file was done by generate_workflows
?
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.
Thank you for all the semconv work. I think this looks good
Description
This adds a basic instrumentation to trace click commands (as used by flask too) as internal spans.
Fixes #2926
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.