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

Implement spec: MetricFilter #6107

Open
2 tasks
asafm opened this issue Jan 3, 2024 · 1 comment
Open
2 tasks

Implement spec: MetricFilter #6107

asafm opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
Feature Request Suggest an idea for this project

Comments

@asafm
Copy link
Contributor

asafm commented Jan 3, 2024

Describe the solution you'd like
Implement the following 3 features, as shown in compliance metric:

  • A metric Producer accepts an optional metric Filter
  • The metric Reader implementation supports registering metric Filter and passing them its registered metric Producers
  • The metric SDK's metric Producer implementations uses the metric Filter

Additional context
The metric filter specifications PR: open-telemetry/opentelemetry-specification#3566

Plan

  • Implement MetricFilter
  • Fix OpenCensusMetricProducer to implement with MetricFilter and not use default implementation
@asafm asafm added the Feature Request Suggest an idea for this project label Jan 3, 2024
@asafm
Copy link
Contributor Author

asafm commented Feb 6, 2024

@jack-berg I'm starting to implement this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Suggest an idea for this project
Projects
None yet
Development

No branches or pull requests

1 participant