diff --git a/examples/README.md b/examples/README.md index cdd3ff157..673154314 100644 --- a/examples/README.md +++ b/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. diff --git a/examples/interceptors/interceptors b/examples/interceptors/interceptors deleted file mode 100755 index 176a55293..000000000 Binary files a/examples/interceptors/interceptors and /dev/null differ