Who to create Data Flow DIagram
uxmanz opened this issue · 2 comments
uxmanz commented
It's not an issue, it's more of a question. Is it possible to create automatic data flow diagram from an implemented Actor System? If so, how? there has to be some tool that maps data flow.
rogeralsing commented
Yes.
I created TraceLens for exactly this reason.
It will work automatically if your actor system uses OpenTelemetry
https://github.com/asynkron/TraceLens
uxmanz commented
OpenTelemetry
is there any example to get started, quickly?