envoyproxy/envoy

Support to track the timestamps at a per-filter basis

Open

#4.547 aberto em 27 de set. de 2018

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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.

Guia do colaborador