opentelemetry-ruby
opentelemetry-ruby copied to clipboard
Verify Metrics configuration is spec compliant
There are three lines related to configuration within the spec compliance matrix:
- Configuration is managed solely by the MeterProvider
- The MeterProvider provides methods to update the configuration
- The updated configuration applies to all already returned Meters
Evaluate our current support of metrics configuration to determine whether we meet these requirements. If we do not meet these requirements, update the code as part of this issue.
For reference, here's the Metrics SDK spec for MeterProvider: Configuration
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.