-
Notifications
You must be signed in to change notification settings - Fork 456
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]: opentelemetry-prometheus can not be used with latest opentelemetry #1950
Comments
we're actually also running into this with autometrics (autometrics-dev/autometrics-rs#179). on the readme for the exporter it does say
so that also speaks for that a pr to bump it wouldn't be accepted. i couldn't find any reasoning behind stopping development on the prometheus exporter, is there more reading into why? |
I guess let's just give it a try :) I did the needed changes and created #1957 Tested them using the following Cargo.toml and it seems to work
|
@sbernauer wow, I also made a workaround 2 days ago [patch.crates-io]
opentelemetry-prometheus = { git="https://github.com/ttys3/opentelemetry-rust.git", branch="opentelemetry-prometheus-sdk-0.24" } |
What happened?
opentelemetry-prometheus can not be used with latest opentelemetry (0.24)
I see #1932 , do not know why update all others but exclude opentelemetry-prometheus ?
API Version
0.24
SDK Version
0.24
What Exporter(s) are you seeing the problem on?
Prometheus
Relevant log output
The text was updated successfully, but these errors were encountered: