Skip to content

Commit 27999aa

Browse files
committed
Formatting fixes
1 parent ef5c11c commit 27999aa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

content/en/ninja-workshops/10-advanced-otel/8-routing/8-1-routing-test.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,4 @@ By inspecting the output files, we confirmed that the OpenTelemetry Collector *c
138138

139139
You can now extend this approach by defining additional routing rules to further categorize spans, metrics, and logs based on different attributes.
140140

141-
If you want to know more about the `routing` connector, you can find it [here](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/routingconnector)
142-
143-
Stop the **Agent**, **Gateway** and the` Quotes generating script` as well using `Ctrl-C`
141+
Stop the **Agent**, **Gateway** and the **quotes generating script**.

content/en/ninja-workshops/10-advanced-otel/8-routing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ time: 10 minutes
55
weight: 8
66
---
77

8-
The routing connector in OpenTelemetry is a powerful feature that allows you to direct data (`traces`, `metrics`, or `logs`) to different pipelines based on specific criteria. This is especially useful in scenarios where you want to apply different processing or exporting logic to subsets of your telemetry data.
8+
The [**Routing Connector**](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/routingconnector) in OpenTelemetry is a powerful feature that allows you to direct data (`traces`, `metrics`, or `logs`) to different pipelines based on specific criteria. This is especially useful in scenarios where you want to apply different processing or exporting logic to subsets of your telemetry data.
99

1010
For example, you might want to send *production* data to one exporter while directing *test* or *development* data to another. Similarly, you could route certain spans based on their attributes, such as service name, environment, or span name, to apply custom processing or storage logic.
1111

0 commit comments

Comments
 (0)