-
Notifications
You must be signed in to change notification settings - Fork 544
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
[all] migrate from deprecated addMetricReader
to MeterProvider
constructor option
#2646
Labels
type:feature-tracking
A feature with sub-issues that need to be addressed
Comments
pichlermarc
changed the title
[all] migrate from deprecated addMetricReader to MeterProvider constructor option #2645
[all] migrate from deprecatedJan 14, 2025
addMetricReader
to MeterProvider
constructor option #2645
2 tasks
pichlermarc
changed the title
[all] migrate from deprecated
[all] migrate from deprecated Jan 14, 2025
addMetricReader
to MeterProvider
constructor option #2645 addMetricReader
to MeterProvider
constructor option #2645
pichlermarc
changed the title
[all] migrate from deprecated
[all] migrate from deprecated Jan 14, 2025
addMetricReader
to MeterProvider
constructor option #2645 addMetricReader
to MeterProvider
constructor option
Current usages in the contrib repo:
Also, note that there are a number of hits (in examples/docs) in the core repo still that should be cleaned up. Perhaps this issue isn't the best place to note these: Current usage in the core repo
|
chancancode
added a commit
to tildeio/opentelemetry-js-contrib
that referenced
this issue
Jan 16, 2025
This migrates from the deprecated `addMetricReader` method to the constructor option in preparation for the upcoming SDK 2.0 release. All usages are in tests and example code, there are no user-facing changes. Fixes open-telemetry#2646
#2654 takes care of all usages in this repository, after that's been merged this can be closed |
Open
8 tasks
|
pichlermarc
added
the
type:feature-tracking
A feature with sub-issues that need to be addressed
label
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
MeterProvider#addMetricReader()
is deprecated in favor of a constructor option and will be removed in SDK 2.0. To ensure a smoother transition for the contrib repo when we publish SDK 2.0, we should take care of this before we release 2.0 on February 17.This issue is considered done when we have applied these changes in all packages of this repository
MeterProvider#addMetricReader()
to the constructor optionPackages checklist:
Note
For traigers/approvers/maintainers please link the appropriate PRs and update check boxes as we work through them. Some of these packages may not use this method anywhere. In that case, please simple mark them as done and add a comment "not used" by editing this issue.
The text was updated successfully, but these errors were encountered: