envoyproxy/envoy
GitHub で見るSupport to track the timestamps at a per-filter basis
Open
#4,547 opened on 2018年9月27日
enhancementhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
Issue Template
Title: Support to track the timestamps at a per-filter basis, including plugin filters
Description: Envoy does not record the timestamps at each filter level. It will be very helpful to debug the request latency bottleneck if we know following information at each filter: the request arrival time, request departure time, response arrival time and response departure time.