aboutsummaryrefslogtreecommitdiff
path: root/static/img/lokahi.dot
blob: 8bd9385ed532450b665b666a4fa5dd6b8874a617 (plain)
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
}