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.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
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
[x] tox -e py310-test-instrumentation-click
Does This PR Require a Core Repo Change?
[ ] Yes. - Link to PR:
[x] No.
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.
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.