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

Remove MetricProcessor from the SDK spec (for now) #1840

Merged
merged 5 commits into from
Aug 5, 2021

Conversation

reyang
Copy link
Member

@reyang reyang commented Jul 31, 2021

Changes

Discussed during the 7/29/2021 Metrics SIG. We're removing the MetricProcessor for now, most likely we will not expose such interface in the first release of the metrics SDK specification. If we need something similar, we will cover it in a separate PR (probably together with the exporters).

@jsuereth FYI

@reyang reyang requested review from a team as code owners July 31, 2021 00:10
@@ -43,10 +42,10 @@ to create an
instance which is stored on the created `Meter`.

Configuration (i.e., [MeasurementProcessors](#measurementprocessor),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think we're not exposing MeasurementProcessor in the first version either, right? Just Views + MetricExporters.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need something that is generic (either we call it a processor or reader or something else), which allows exporters to be hooked up. I'd like to cover it in a separate PR.
Please refer to this comment from @bogdandrutu.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping back from #617 (comment).

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
@jmacd jmacd enabled auto-merge (squash) August 5, 2021 23:27
@jmacd jmacd merged commit c62fae8 into open-telemetry:main Aug 5, 2021
@reyang reyang deleted the reyang/remove-metric-processor branch October 4, 2021 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants