Skip to content

instrumentation/instagrpc v1.0.0

Compare
Choose a tag to compare
@andrewslotin andrewslotin released this 18 Mar 14:55
cd9ac16

This is the first release of google.golang.org/grpc instrumentation for Instana. github.com/instana/go-sensor/instrumentation/instagrpc provides unary and stream interceptors for both servers and clients that ensure trace context propagation throughout the GRPC call.

To use this module add following line to your go.mod:

require github.com/instana/go-sensor/instrumentation/instagrpc v1.0.0

For detailed usage example consult the README or example_test.go.