opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
Implement new HTTP semantic convention opt-in for Falcon
Description
This change updates the falcon instrumentor to adhere to the new HTTP semantic conventions, according to the migration plan outlined here:
- https://github.com/open-telemetry/semantic-conventions/tree/main/docs/http
- https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2453
Type of change
Please delete options that are not relevant.
- [x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Updated the tests to assert that the new span and duration attributes have been added.