A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
-
Updated
Jul 17, 2020 - Python
Add a description, image, and links to the haproxy topic page so that developers can more easily learn about it.
To associate your repository with the haproxy topic, visit your repo's landing page and select "manage topics."
Hi
please consider below situation
a web browser send a request , which arrives haproxy at time A
then request passthrough services and db ,we call it backend
backend generates a response,whitch arrives haproxy at time B
so , how can I statistic time cost ( time B- time A)
It is very important for solving problems
best wishes ,thanks