Skip to content

Commit

Permalink
Add missing mermaid markup (#5413)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Previous PR did not include markup and the diagram is not rendering
correctly

## Description of the changes
- Add markup

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored May 4, 2024
1 parent 24a4e04 commit 13cbaed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/jaeger/internal/extension/remotesampling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Placeholder

```mermaid
flowchart LR
Receiver --> AdaptiveSamplingProcessor --> BatchProcessor --> Exporter
Exporter -->|"(1) get storage"| JaegerStorageExension
Expand Down Expand Up @@ -62,3 +63,4 @@ flowchart LR
style SamplingStorage fill:blue,color:white
end
end
```

0 comments on commit 13cbaed

Please sign in to comment.