Surface L7 traffic details in the traffic graph (HTTP method, path, status codes) #265
Closed
nadaverell
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
When Hubble is the active traffic source, it provides rich L7 data per flow: HTTP method, path, status code, gRPC protocol, and per-service request/error rates. Currently this data is collected in the backend
Flowstruct but never surfaced in the traffic graph UI — edges only show connection counts and bytes.What this could look like
Clicking an edge in the traffic graph when Hubble is active could show:
GET /api/health → 200 (1.2k req/s),POST /checkout → 500 (3 req/s)This would make the Hubble experience meaningfully richer than what you get from Grafana dashboards, and is the clearest differentiator between Radar and a generic metrics tool.
Scope
Frontend-only change — the data already flows from Hubble through to the API response. The work is in the edge detail panel in
TrafficGraph.tsx.Related
Beta Was this translation helpful? Give feedback.
All reactions