-
Notifications
You must be signed in to change notification settings - Fork 839
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
Summary Metric Support #4094
Comments
Before we would do anything for this, the metrics specification would need to support it. We won't add new features to the API without it being spec approved. |
@jkwatson One thing I want to mention is that I think the legacy use case here (adapting JMX -> OTel), should that be something the API supports or not? Specifically:
While I've been AFK due to personal reasons, I'd still like to see if we can use this issue to "open" an adapter-like interface for advanced use cases like interfacing with existing metric systems via instrumentation. Agree this needs a specification discussion. IS there a way we could toy with an SDK-extension to lead that discussion? |
If this could be accomplished with an SDK extension, I'd definitely be in favor of someone submitting a PR for that. |
so any schedule for summary api? |
no. Since this isn't a part of the standard spec, we're probably not going to build it until it becomes part of it. |
Is your feature request related to a problem? Please describe.
Add support for Legacy Summary metric type. This metric type is listed as use for legacy systems and not recommended for use in new receivers. That being said a lot of older (legacy) Java JMX systems have metrics that fit the Summary metric model.
Apache HBase is such a system. Particularly the ops metrics:
Describe the solution you'd like
Add support for the summary metric type.
Describe alternatives you've considered
Capture each part of the summary metric as its own metric.
Additional context
I see this was discussed in issue #4075 but after some discussion with @jsuereth we felt it was worth readdressing the need for this. He might be able to more context also.
The text was updated successfully, but these errors were encountered: