asynkron/protoactor-dotnet

Who to create Data Flow DIagram

uxmanz opened this issue · 2 comments

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.

Yes.
I created TraceLens for exactly this reason.
It will work automatically if your actor system uses OpenTelemetry
https://github.com/asynkron/TraceLens

OpenTelemetry

is there any example to get started, quickly?