Browse Source

remove example binary

fixes https://github.com/Shopify/sarama/issues/1779
Diego Alvarez 4 years ago
parent
commit
5ef34d779c
2 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/README.md
  2. BIN
      examples/interceptors/interceptors

+ 1 - 1
examples/README.md

@@ -10,4 +10,4 @@ In these examples, we use `github.com/Shopify/sarama` as import path. We do this
 
 #### Interceptors
 
-Basic example to use a producer interceptor that produces oTel spans and add some headers for each intercepted message.
+Basic example to use a producer interceptor that produces [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-go/) spans and add some headers for each intercepted message.

BIN
examples/interceptors/interceptors