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

Verify Metrics configuration is spec compliant

Open kaylareopelle opened this issue 1 year ago • 1 comments

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

kaylareopelle avatar Sep 04 '24 00:09 kaylareopelle

👋 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.

github-actions[bot] avatar Oct 04 '24 02:10 github-actions[bot]