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

Support stand-alone exponential histogram data structure for use by OpenTelemetry components #3170

Closed
jmacd opened this issue Sep 14, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@jmacd
Copy link
Contributor

jmacd commented Sep 14, 2022

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 of mapping that supports use in the Collector as well as by the metrics SDK. The contents of #3022 contain the pending structure 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.

@jmacd jmacd added the enhancement New feature or request label Sep 14, 2022
@MrAlias MrAlias added this to the Metric SDK: Beta milestone Sep 14, 2022
@MrAlias
Copy link
Contributor

MrAlias commented Sep 14, 2022

Added to the beta milestone. Please remove if this was in error.

@jmacd
Copy link
Contributor Author

jmacd commented Sep 14, 2022

(I was going to ask you first 😁)

@MrAlias
Copy link
Contributor

MrAlias commented Sep 14, 2022

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).

@leonyu879
Copy link

How about the progress?

@jmacd jmacd closed this as completed Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants