Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flowchart syntax #6454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/blog/2024/prom-and-otel/index.md
Original file line number Diff line number Diff line change
@@ -271,9 +271,9 @@ flowchart RL
oc1 --> ta
oc2 --> ta
oc3 --> ta
sm ~~~|"1. Discover Prometheus Operator CRs"| sm
ta ~~~|"2. Add job to TA scrape configuration"| ta
oc3 ~~~|"3. Add job to OTel Collector scrape configuration"| oc3
sm ~~~|1#46; Discover Prometheus Operator CRs| sm
ta ~~~|2#46; Add job to TA scrape configuration| ta
oc3 ~~~|3#46; Add job to OTel Collector scrape configuration| oc3
```

Even though Prometheus is not required to be installed in your Kubernetes