opentelemetry-python
opentelemetry-python copied to clipboard
feat: functionality to configure instrumentation_scope from logging handler class (WIP)
…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