mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 15:02:33 +08:00

* Add tracing to live calls. Clients using /api/live/ws use long-running request and post various commands via the request. This PR adds tracing span to each client-initiated action like subscribing/unsubscribing to/from channel, RPC call, publishing an event. Server-initiated messages are not included in the trace yet.