Selaa lähdekoodia

s/OTel/OpenTelemetry

and also adds a linkg to OpenTelemetry Go
Diego Alvarez 5 vuotta sitten
vanhempi
commit
f171c00e0b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      examples/interceptors/README.md

+ 2 - 2
examples/interceptors/README.md

@@ -1,6 +1,6 @@
 # Interceptors Example
 # Interceptors Example
 
 
-It creates a *Producer* interceptor to produce some oTel spans and also modifies
+It creates a *Producer* interceptor to produce some [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-go/) spans and also modifies
 the intercepted message to include some headers.
 the intercepted message to include some headers.
 
 
 ``` go
 ``` go
@@ -19,7 +19,7 @@ Usage of ./interceptors:
         The Kafka topic to use (default "default_topic")
         The Kafka topic to use (default "default_topic")
 ```
 ```
 
 
-App will output oTel spans for every intercepted message, i.e:
+App will output OpenTelemetry spans for every intercepted message, i.e:
 
 
 ```
 ```
 go run main.go trace_interceptor.go
 go run main.go trace_interceptor.go