docs: fix Mermaid labels for GitHub parser compatibility
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
flowchart TB
|
||||
Declared[Declared architecture<br/>(Compose + docs)]
|
||||
Runtime[Observed runtime<br/>(Prometheus inventory)]
|
||||
Declared --> Runtime
|
||||
|
||||
subgraph Monitoring["Prometheus observed jobs"]
|
||||
job_container_updates["container-updates"]
|
||||
job_kuma["kuma"]
|
||||
job_node["node"]
|
||||
job_pihole["pihole"]
|
||||
job_prometheus["prometheus"]
|
||||
job_proxmox_storage["proxmox-storage"]
|
||||
job_telegraf["telegraf"]
|
||||
job_traefik["traefik"]
|
||||
end
|
||||
|
||||
Runtime --> Monitoring
|
||||
Reference in New Issue
Block a user