Browse Source

Merge pull request #1790 from Shopify/diego_remove-binary

remove example binary
Diego Alvarez 5 years ago
parent
commit
2b9c593213
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