Skip to content

instrumentation/instasarama/v1.0.0

Compare
Choose a tag to compare
@andrewslotin andrewslotin released this 20 Apr 09:46
d966816

This is the first release of github.com/Shopify/sarama instrumentation for Instana. github.com/instana/go-sensor/instrumentation/instasarama provides wrappers for Kafka consumers and producers that ensure trace context propagation via Kafka messages.

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

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

For detailed usage example consult the README or check the Examples section of package documentation.