Fix flowchart syntax (#6454)
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
This commit is contained in:
parent
9f95f5489c
commit
9bbe5e6781
|
@ -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\. Discover Prometheus Operator CRs| sm
|
||||
ta ~~~|2\. Add job to TA scrape configuration| ta
|
||||
oc3 ~~~|3\. Add job to OTel Collector scrape configuration| oc3
|
||||
```
|
||||
|
||||
Even though Prometheus is not required to be installed in your Kubernetes
|
||||
|
|
Loading…
Reference in New Issue