Enable sending open telemetry data to a custom backend #16068
Replies: 1 comment
-
Hey @david-gang! We're currently instrumenting the engines and some server-side events and are working on getting that all to Prefect Cloud. But our eventual goal is to allow sending of telemetry anywhere. In theory you could begin doing that now, though I'm not sure of the quality of the instrumentation you'd be getting as it's still being implemented. There's no documentation right now, but you could look at the cloud setup to get an idea of what you might need on your side: https://github.com/PrefectHQ/prefect/blob/main/src/prefect/telemetry/instrumentation.py#L82-L93 Let us know if you get it up and running and how those traces are looking! |
Beta Was this translation helpful? Give feedback.
-
I see currently in the code in prefect 3.13 that it is just possible to configure if to send telemetry to prefect cloud or not
I have my own otel backend and I am interested to see how my code behaves. I want the possibility to send the traces (and logs in the future) to my backend. I would like a way which enables us to send the otel data to a custom backend.
Beta Was this translation helpful? Give feedback.
All reactions