File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/ninja-workshops/10-advanced-otel/5-dropping-spans Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments