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

feat: functionality to configure instrumentation_scope from logging handler class (WIP)

Open vivek378521 opened this issue 1 year ago • 0 comments

…andler

Description

Add a way to instantiate the InstrumentationScope object through LoggingHandler

Fixes #4060

Type of change

Please delete options that are not relevant.

  • [ ] 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?

Added a test to create a different InstrumentationScope object through the LogProvider class

  • [ ] Test A

Does This PR Require a Contrib Repo Change?

  • [ ] Yes. - Link to PR:
  • [ ] No.

Checklist:

  • [ ] Followed the style guidelines of this project
  • [ ] Changelogs have been updated
  • [ ] Unit tests have been added
  • [ ] Documentation has been updated

vivek378521 avatar Jul 23 '24 15:07 vivek378521