Hi peeps, is ther ea way to instrument workflows ?
# ask-the-community
e
Hi peeps, is ther ea way to instrument workflows ?
d
By "instrument" do you mean with like telemetry data?
e
yes indeed
d
are you looking for a simple breakdown or exporting to a specific system?
We recently added otel integration into backend components to get a better idea performance overhead that Flyte incurs in orchestration. This is in-line with the overall performance benchmarking RFC effort. I suspect you're looking for something more targeted breaking apart the task executions internally rather than Flyte's orchestration though. I know there was a little work on exporting some metrics using flytedecks, but I can't seem to find it. @Kevin Su do you know the state of this? The only PRs I can find are here.
But if you're looking for export spans from tasks into something like jaeger, that should be possible without any Flyte components.
e
system / workflow exec times basically