opentelemetry-python
opentelemetry-python copied to clipboard
Adding missing methods to noop meter
Description
Fixes https://github.com/open-telemetry/opentelemetry-python/issues/4168
Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
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 opentelemetry-api - [x]
tox -e opentelemetry-sdk - [x]
tox -e lint - [x]
tox -e spellcheck
Does This PR Require a Contrib Repo Change?
- [ ] Yes. - Link to PR:
- [x] No.
Checklist:
- [x] Followed the style guidelines of this project
- [x] Changelogs have been updated