-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review Metric Public API #2620
Comments
Calling out some API names which require discussion:
|
static OpenTelemetry.Metrics.MeterProviderExtensions.TryFindExporter(this OpenTelemetry.Metrics.MeterProvider provider, out T exporter) -> bool
|
Closing this item, as the review is completed, and no unwanted public API remains now. (once 3161 is merged.) |
@alanwest @cijothomas We can do this later, but should we make this prop public get/set?
Right now there is a private setter which is unusual I think for options classes in and out of our repo. I don't think IOptions will bind to a private setter, but not sure. Probably good to do just for consistency? |
Review the public API for metrics before the 1st stable release. Mark anything not required by spec as internal only.
The text was updated successfully, but these errors were encountered: