Skip to content

Commit 16d8a43

Browse files
committed
routing setup done
1 parent f81f442 commit 16d8a43

File tree

1 file changed

+1
-5
lines changed
  • content/en/ninja-workshops/10-advanced-otel/80-routing

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ Keep in mind that any existing processors have been removed from this pipeline.
130130
{{% /notice %}}
131131

132132
- **Create a trace for different Environments**
133-
To test your configuration, you’ll need to generate some trace data that includes a span named
134-
135-
Copy the following JSON and save to a file called security.json in the 8-routing directory:
133+
To test your configuration, you need to generate span data with the correct `ResourceSpan` attributes to trigger the routing rule. Copy the following JSON and save it as security.json in the `[WORKSHOP]\8-routing` directory.
136134

137135
{{% tabs %}}
138136
{{% tab title="Compacted JSON" %}}
@@ -207,8 +205,6 @@ Copy the following JSON and save to a file called security.json in the 8-routing
207205
{{% /tab %}}
208206
{{% /tabs %}}
209207

210-
Save the security.json file.
211-
212208
{{% /notice %}}
213209

214210
![Routing Processor](../images/routing.png)

0 commit comments

Comments
 (0)