Feature Request P2
Status Update
Comments
rr...@google.com <rr...@google.com>
[Deleted User] <[Deleted User]> #2
It's crazy that the load balancer still can't tell you the time between request and response, and that Stackdriver Monitoring has metrics for AWS ELB, but not for GCP LB.
haproxy offers a great set of timers (and session termination flags):http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#8.4
haproxy offers a great set of timers (and session termination flags):
is...@google.com <is...@google.com>
ba...@smartphoto.com <ba...@smartphoto.com> #3
ad...@resolute.com <ad...@resolute.com> #4
This appears to be implemented/resolved in the
Added total latency to
entries. Total latency measures from when the external HTTP(S) load balancer receives the first bytes of the incoming request headers until the external HTTP(S) load balancer finishes proxying the backend's response to the client. This feature is now available in General Availability. external HTTP(S) load balancer Cloud Logging
Description