envoyproxy/envoy

quiche: implement QUIC stats API

Open

#10,102 opened on Feb 19, 2020

View on GitHub
 (3 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/quichelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

source/extensions/quic_listeners/quiche/platform/quic_server_stats_impl.h has no-op implementation for QUIC stats interface, i.e. QUIC_SERVER_HISTOGRAM_ENUM_IMPL. We need to implement those with Envoy stats.

Contributor guide