Just published a new collection that allows monitoring the prefect server using opentelemetry. This is an initial version that publishes trace only at the moment on the server.
https://pypi.org/project/prefect-opentelemetry/
github project
https://github.com/davzucky/prefect-opentelemetry
The next steps are
• Add metrics
• Enable Agent to support OTEL
• Create a block for OTEL
• Create a custom task that would generate traces on the run (Would be nice to be able o add plugins) on flow or task to do that.
Please share your feedback