@startuml !include config.puml title netdata registry operation actor "web browser" as user participant "netdata 1" as n1 participant "registry 1" as r1 autonumber "0." == standard dashboard communication == user ->n1 : \ hi, give me the dashboard n1 --> user : \ welcome, here it is... ... a few seconds later ... == registry related communication == user -> n1 : \ now give me registry information n1 --> user: \ here it is, talk to registry 1 note left of r1 #eee: \ only your web browser \n\ talks to the registry user -> r1 : \ Hey registry 1, \ I am accessing netdata 1... r1 --> user : \ nice!, here are other netdata servers \ you have accessed in the past @enduml