opentelemetry-js
opentelemetry-js copied to clipboard
feat(api): Add delegating no-op meter provider
trafficstars
Fixes #3622
Short description of the changes
Adding ProxyMeterProvider and ProxyMeter
Type of change
Please delete options that are not relevant.
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
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] Unit tests
Checklist:
- [x] Followed the style guidelines of this project
- [x] Unit tests have been added