Emmanuel Bosquet

Results 35 issues of Emmanuel Bosquet

I follow the tutorials on a vertical screen, my firefox window is 1000px wide and the result is frustrating : ![Screenshot from 2020-06-11 14-28-54](https://user-images.githubusercontent.com/29835330/84385603-2afdd380-abf0-11ea-92cf-ff52d8175f65.png) Under 850 px those margins disapear,...

As described in #1112, there was no `request_time` metric available (time between first byte received and last byte sent). The value was computed, but wrongly assigned to the `response_time` metric....

metrics

It would contain the entire time elapsed between a session beginning and ending. Not to be confused with `session_time`, that seems to measure only CPU time spent by Sōzu while...

metrics

Until now, a failure in transmitting access logs (e.g. a UNIX socket not responding/existing) would mean that Sōzu would not emit access logs anymore. This pull request: - adds a...

logs

for now, the request id is return a header that looks like this: ``` Sozu-Id: 01JA8XRT52ZSZSCGY54F10C807 ``` We may want to make the header field name (in this case, `Sozu-Id`)...

configuration