We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489bce2 commit 0d98340Copy full SHA for 0d98340
examples/invoker/go.mod
@@ -17,6 +17,8 @@ require (
17
github.com/vhive-serverless/vhive/examples/endpoint v0.0.0-00010101000000-000000000000
18
github.com/vhive-serverless/vhive/utils/benchmarking/eventing v0.0.0-00010101000000-000000000000
19
github.com/vhive-serverless/vhive/utils/tracing/go v0.0.0-00010101000000-000000000000
20
+ go.opentelemetry.io/otel/semconv v1.15.0-rc.2
21
+ go.opentelemetry.io/otel/metric/registry v1.15.0-rc.2
22
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
23
google.golang.org/grpc v1.39.0
24
google.golang.org/protobuf v1.26.0
0 commit comments