[Feature] Metrics SDK: allow metric readers to filter Meters during Collect() #2709
Labels
enhancement
New feature or request
issue:blocked
Fix blocked, waiting for other fixes as prerequisites
Stale
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
When metrics are exported to different endpoints by different exporters, it is necessary to express somehow which metric goes to which exporter.
Currently this is not possible, because a metric reader exports all the meters and metrics defined on a meter provider.
This is a new feature to improve usefulness and expressiveness of which data is exported, and where to.
Desired filtering is on a meter by meter basis, for efficiency at runtime, and ease of configuration.
This feature depends on the following spec change:
The text was updated successfully, but these errors were encountered: