diff --git a/README.md b/README.md index 3180a81..a3ab8cb 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ helix acts as a library you can import in your code. Implementations: helix was developed with the following use cases in mind: - Consistent and high-performance (micro) services; -- Effortless end-to-end observability and event tracking across services. +- Effortless end-to-end observability and event propagation across services. ## Goals diff --git a/documentation/index.md b/documentation/index.md index 969ce06..4fc1a06 100755 --- a/documentation/index.md +++ b/documentation/index.md @@ -19,7 +19,7 @@ helix acts as a library you can import in your code. Implementations: helix was developed with the following use cases in mind: - Consistent and high-performance (micro) services; -- Effortless end-to-end observability and event tracking across services. +- Effortless end-to-end observability and event propagation across services. ## Goals diff --git a/documentation/opentelemetry.md b/documentation/opentelemetry.md index b5053c1..06d213a 100755 --- a/documentation/opentelemetry.md +++ b/documentation/opentelemetry.md @@ -28,7 +28,7 @@ helix relies on the following required environment variables: ### Traces -When possible, it's strongly advised to leverage [Event propagation](/helix/event) +When possible, it's strongly advised to leverage [Event propagation](/helix/event-propagation) within distributed tracing. {% tab name="Go" %}