Skip to content
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

[Feature] Metrics SDK: allow metric readers to filter Meters during Collect() #2709

Open
marcalff opened this issue Jun 20, 2024 · 1 comment
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.

Comments

@marcalff
Copy link
Member

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:

@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jun 20, 2024
@marcalff marcalff added the issue:blocked Fix blocked, waiting for other fixes as prerequisites label Jun 20, 2024
@marcalff marcalff added the enhancement New feature or request label Jun 20, 2024
@marcalff marcalff added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jul 1, 2024
Copy link

github-actions bot commented Sep 2, 2024

This issue was marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant