Skip to content

bug: init-tracing-opentelemetry >0.26 fails to compile with tls feature #234

Closed
@dpasirst

Description

@dpasirst

I have not had a chance to investigate but wanted to share: upgraded version from 0.26 to 0.28 and it now has this error:

error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tonic`
 --> .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/init-tracing-opentelemetry-0.28.0/src/otlp.rs:4:43
  |
4 | use {opentelemetry_otlp::WithTonicConfig, tonic::transport::ClientTlsConfig};
  |                                           ^^^^^ use of unresolved module or unlinked crate `tonic`
  |

I'm not sure what has changed, but I'm reverting my side to 0.26 for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions