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

[Bug]: the Meter::i64_histogram() api removed #1602

Closed
funArash opened this issue Mar 5, 2024 · 2 comments
Closed

[Bug]: the Meter::i64_histogram() api removed #1602

funArash opened this issue Mar 5, 2024 · 2 comments
Labels
question Further information is requested

Comments

@funArash
Copy link

funArash commented Mar 5, 2024

What happened?

opentelemetry-0.22.0/src/metrics/meter.rs removed the Meter::i64_histogram() API

API Version

0.22.0

SDK Version

0.22.1

What Exporters are you seeing the problem on?

OTLP

Relevant log output

No response

@funArash funArash added bug Something isn't working triage:todo Needs to be traiged. labels Mar 5, 2024
@lalitb
Copy link
Member

lalitb commented Mar 5, 2024

As per the otel specs the histogram should only record non-negative values, so this API was removed in #1371.

@cijothomas cijothomas added question Further information is requested and removed bug Something isn't working triage:todo Needs to be traiged. labels Mar 5, 2024
@funArash
Copy link
Author

funArash commented Mar 6, 2024

Thanks for the quick response. 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants