Skip to content

Commit f1d9119

Browse files
moved filter processor
1 parent 2259800 commit f1d9119

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/5-1-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Switch to your **Gateway** terminal window. Navigate to the `[WORKSHOP]/5-droppi
2727
- otlp # OTLP Receiver
2828
processors:
2929
- memory_limiter # Manage memory usage
30-
- resource/add_mode # Add metadata about collector mode
3130
- filter/health # Filter Processor. Filter's out Data based on rules
31+
- resource/add_mode # Add metadata about collector mode
3232
- batch # Groups Data before send
3333
exporters:
3434
- debug # Debug Exporter
@@ -56,9 +56,9 @@ graph LR
5656
subgraph subID1[**Traces**]
5757
direction LR
5858
REC1 --> PRO1
59-
PRO1 --> PRO3
60-
PRO3 --> PRO4
61-
PRO4 --> PRO5
59+
PRO1 --> PRO4
60+
PRO4 --> PRO3
61+
PRO3 --> PRO5
6262
PRO5 --> EXP1
6363
PRO5 --> EXP2
6464
end

0 commit comments

Comments
 (0)