opentelemetry-python-contrib icon indicating copy to clipboard operation
opentelemetry-python-contrib copied to clipboard

Implement new HTTP semantic convention opt-in for Falcon

Open FilipNikolovski opened this issue 1 year ago • 0 comments

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.

FilipNikolovski avatar Aug 09 '24 15:08 FilipNikolovski