-
Notifications
You must be signed in to change notification settings - Fork 896
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
Remove MetricProcessor from the SDK spec (for now) #1840
Conversation
@@ -43,10 +42,10 @@ to create an | |||
instance which is stored on the created `Meter`. | |||
|
|||
Configuration (i.e., [MeasurementProcessors](#measurementprocessor), |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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>
* Remove MetricProcessor from the SDK spec (for now) * fix typo * fix links * Update specification/metrics/sdk.md Co-authored-by: Cijo Thomas <cithomas@microsoft.com> Co-authored-by: Cijo Thomas <cithomas@microsoft.com> Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
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