Skip to content

Commit

Permalink
Add Receivers mermaid diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffany76 committed Feb 27, 2024
1 parent 1b7117e commit 3dcfa04
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions content/en/docs/collector/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,19 @@ In the above example, `otlp` receiver will send the same data to pipeline
> defined in
> [this document](https://docs.google.com/document/d/1NeheFG7DmcUYo_h2vLtNRlia9x5wOJMlV4QKEK05FhQ/edit#)).

When the Collector loads this config, the result will look like this diagram
When the Collector loads this config, the result looks like this diagram
(part of processors and exporters are omitted for brevity):

<!--TODO: Add Receivers image via Mermaid.-->
```mermaid
flowchart LR
R1("`#quot;opentelemetry-collector#quot; Receiver`") --> FO((fan-out))
FO -->|Pipeline 'traces'| P1["`#quot;memory_limiter#quot; Processor`"]
FO -->|Pipeline 'traces/2'| P2["`#quot;tags#quot; Processor`"]
P1 ~~~ M1[...]
P2 ~~~ M2[...]

classDef default fill:#e3e8fc,stroke:#4f62ad;
```

{{% alert title="Important" color="warning" %}}

Expand Down

0 comments on commit 3dcfa04

Please sign in to comment.