logoalt Hacker News

otterleytoday at 4:00 PM1 replyview on HN

Could you not have gotten all this information by changing the Envoy log format to add the required fields? In your blog post, you show the default log format, and suggest that there was no way whatsoever to get this data from the logs. But according to the documentation, Envoy has rich support for many additional fields including detailed latency statistics.

I wonder if you added complexity to the architecture when a simple log format change would have sufficed.


Replies

sergiociprianotoday at 4:40 PM

To my knowledge, Envoy does not provide this type of information for TCP proxying. I wanted request/response latency, but the available metrics are limited to connection-level information

show 1 reply