mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 07:43:37 +02:00
* Instrument proxy frontend latency metric Backend latency only captures the time spent waiting for the GAE backend to respond to a request, which is not representitive of what clients experience. For instance it does not take into account the time the proxy spends on processing the requests and the time it takes to send a response to the client. This PR adds a metric for frontend latency, which is the time spent on answering a client request. This should serve as a better proxy for the latency clients observe. * Rename AbstractMetrics to BaseMetrics |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
kubernetes | ||
src | ||
terraform | ||
.gitignore | ||
build.gradle | ||
deploy-proxy-for-env.sh | ||
Dockerfile |