Are there any plans to offer any edge-to-app traces that could help us get the full picture? I am looking to use Open Telemetry for apps within Fly as well as for tracking query times in Postgres.
I’m just curious if there were plans to start a trace from the edge so we can track the entire routing process, such as connection origination to the app that actually served the request. It’s more for visibility into latency, timing, and health as I look to PoC a SaaS offering solely on Fly.
This isn’t really a requirement, more of a pipe dream. But since Fly already has metrics, logs and tracing are the next two things I’m looking to attack as part of a PoC for a distributed app on Fly.
Edit for clarification:
For this to truly work we’d probably need the ability to collect traces on Fly itself, similarly to metrics. Maybe something like Tempo from Grafana?