-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support stand-alone exponential histogram data structure for use by OpenTelemetry components #3170
Labels
enhancement
New feature or request
Milestone
Comments
Added to the beta milestone. Please remove if this was in error. |
(I was going to ask you first 😁) |
Yeah, lets add it now than. We can always bump it later if want to re-scope the milestone, but it is good to track it as work that needs to be done for the metric SDK (at some point). |
This was referenced Sep 29, 2022
How about the progress? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
#2501 describes adding stand-alone exponential histogram mapping functions for use by OpenTelemetry components (e.g., the OTel Collector's standard logging exporter). The same request exists for a stand-alone exponential histogram data structure (e.g., the OTel Collector's statsd receiver).
Proposed Solution
Following the decision in #3169, create a
structure
sub-package, a sibling ofmapping
that supports use in the Collector as well as by the metrics SDK. The contents of #3022 contain the pendingstructure
package.Alternatives
Presently, the pending PR open-telemetry/opentelemetry-collector-contrib#12951 refers to Lightstep's copy of the code in #3022, which is acceptable as a temporary measure. Ideally we do not maintain this dependency indefinitely.
The text was updated successfully, but these errors were encountered: