cilium / hubble-otel

Hubble adaptor for OpenTelemetry
Other
69 stars 22 forks source link

HTTP response latency shouldn't be used #68

Closed errordeveloper closed 3 years ago

errordeveloper commented 3 years ago

Currently L7 response latency is not useful, as it make a trace appear to be twice as long as it should be.

Screenshot 2021-11-10 at 20 16 34
errordeveloper commented 3 years ago

Ideally request should be opening a span and response should be closing it, but that's currently not feasible to implement (albeit #70 will likely pave a solution).