Skip to content

Commit

Permalink
dox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lindfalk committed May 20, 2022
1 parent 1bfa248 commit 8e048c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

Since we only have one port on Cloud Run, but want to serve both the "native" gRPC server and the [gRPC-Gateway](https://github.com/grpc-ecosystem/grpc-gateway) we have applied the ideas from here: [Serving gRPC+HTTP/2 from the same Cloud Run container](https://ahmet.im/blog/grpc-http-mux-go/) to get this to work.

gRPC server instrumentation...
https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Opentelemetry instrumentation is configured for the gRPC server via the [otelgrpc](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc) lib to intercept both unary and stream communication.

// TODO: continue...

0 comments on commit 8e048c2

Please sign in to comment.