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

fix(deps): update rust crate tonic-tracing-opentelemetry to 0.24.0 #2774

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 82 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ tower = "0.4.13"
hyper-util = { version = "0.1.3", features = ["tokio"] }
http-body-util = "0.1.1"
once_cell = "1.19.0"
tonic-tracing-opentelemetry = "0.19.0"
tonic-tracing-opentelemetry = "0.24.0"
opentelemetry = { version = "0.23.0", features = ["trace"] }
opentelemetry_sdk = { version = "0.23.0", features = ["trace", "rt-tokio"] }
opentelemetry-semantic-conventions = "0.15.0"

Unchanged files with check annotations Beta

.layer(server::OtelGrpcLayer::default())
.add_service(NewsServiceServer::new(news_service))
.add_service(InterceptedService::new(service, intercept))
.into_service();

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Formatter and Lint Check

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<tonic::transport::server::Routes>: tower::Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-x64-gnu

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on darwin-arm64

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-x64-musl

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-arm64-musl

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-ia32-gnu

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-arm64-gnu

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on darwin-x64

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on win32-x64-msvc

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 246 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on win32-ia32-msvc

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied
let make_svc = Shared::new(tonic_service);
println!("Server listening on grpc://{}", addr);
let server = hyper::Server::bind(&addr).serve(make_svc);

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Formatter and Lint Check

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<tonic::transport::server::Routes>: tower::Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-x64-gnu

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on darwin-arm64

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-x64-musl

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-arm64-musl

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-ia32-gnu

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-arm64-gnu

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on darwin-x64

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on win32-x64-msvc

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied

Check failure on line 249 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on win32-ia32-msvc

the trait bound `tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>: Service<http::Request<hyper::Body>>` is not satisfied
server.await?;

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Formatter and Lint Check

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<hyper::server::conn::AddrStream, tower::make::future::SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<tonic::transport::server::Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<tonic::transport::server::Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-x64-gnu

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on darwin-arm64

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-x64-musl

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-arm64-musl

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-ia32-gnu

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on linux-arm64-gnu

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on darwin-x64

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on win32-x64-msvc

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied

Check failure on line 250 in tailcall-upstream-grpc/src/main.rs

GitHub Actions / Run Tests on win32-ia32-msvc

the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec<AddrStream, SharedFuture<tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>>, tonic_tracing_opentelemetry::middleware::server::OtelGrpcService<Routes>, hyper::common::exec::Exec, hyper::server::server::NoopWatcher>` is not satisfied
Ok(())
}