protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Who to create Data Flow DIagram

Open uxmanz opened this issue 1 year ago • 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.

uxmanz avatar May 03 '23 08:05 uxmanz

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

rogeralsing avatar May 03 '23 08:05 rogeralsing

OpenTelemetry

is there any example to get started, quickly?

uxmanz avatar May 07 '23 10:05 uxmanz