envoyproxy / nighthawk

L7 (HTTP/HTTPS/HTTP2/HTTP3) performance characterization tool
Apache License 2.0
361 stars 81 forks source link

Merge Statistic implementation with Envoy's #43

Open oschaaf opened 5 years ago

oschaaf commented 5 years ago

Currently Nighthawk relies on both Envoy's statistical concepts, as well as implements its own. These two have converged rapidly to do the same thing. It would be great to unify these two. One key difference is that Nighthawk has HdrHistogram_c, a feature which would be good to preserve.

oschaaf commented 4 years ago

Note: #115 is probably highly related to this, as I believe that is what is currently used as the histogram backend in Envoy