How can I enable tracing for Hono's API server using OpenTelemetry?
Telemetry
I believe AI Tracing doesn't provide tracing at the HTTP API level.(I'm using the observability option rather than telemetry.) Would using the Hono Adapter along with https://github.com/honojs/middleware/tree/main/packages/otel be the appropriate approach? Has anyone tried this before? Sample code would be greatly appreciated.