1 2 3 4 5 6 7 8 9 10 11 12 13 14
digraph G { lokahictl -> lokahid [ label="http+twirp" ] lokahid -> nats lokahid -> postgres nats -> webhookworker [ label="webhook.egress" ] webhookworker -> your_stack healthworker -> nats [ label="replies" ] nats -> healthworker [ label="check.run" ] healthworker -> postgres healthworker -> your_stack }