-
Notifications
You must be signed in to change notification settings - Fork 726
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
cannot infer type for type parameter #852
Labels
crate/opentelemetry
Related to the `tracing-opentelemetry` crate.
Comments
hawkw
added
the
crate/opentelemetry
Related to the `tracing-opentelemetry` crate.
label
Jul 27, 2020
Can you add some additional code and context around this? In this case,
|
hawkw
pushed a commit
that referenced
this issue
Aug 15, 2022
`tracing-subscriber` has been on `0.3` for almost a year now. I naively copied the versions from the README, and when trying to use the library with the current versions of e.g. `tracing-opentelemetry`, I ran into the same error message as seen in this issue: #852 Co-authored-by: Bryan Garza <[email protected]>
davidbarsky
pushed a commit
that referenced
this issue
Sep 8, 2022
`tracing-subscriber` has been on `0.3` for almost a year now. I naively copied the versions from the README, and when trying to use the library with the current versions of e.g. `tracing-opentelemetry`, I ran into the same error message as seen in this issue: #852 Co-authored-by: Bryan Garza <[email protected]>
hawkw
pushed a commit
that referenced
this issue
Sep 19, 2022
`tracing-subscriber` has been on `0.3` for almost a year now. I naively copied the versions from the README, and when trying to use the library with the current versions of e.g. `tracing-opentelemetry`, I ran into the same error message as seen in this issue: #852 Co-authored-by: Bryan Garza <[email protected]>
liuhaozhan
added a commit
to liuhaozhan/tracing
that referenced
this issue
Nov 17, 2022
`tracing-subscriber` has been on `0.3` for almost a year now. I naively copied the versions from the README, and when trying to use the library with the current versions of e.g. `tracing-opentelemetry`, I ran into the same error message as seen in this issue: tokio-rs/tracing#852 Co-authored-by: Bryan Garza <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Version
opentelemetry = "0.6.0"
tracing-opentelemetry = "0.5.0"
Platform
Crates
Description
I tried this code:
I expected to see this happen:
No error
Instead, this happened:
The text was updated successfully, but these errors were encountered: