jcmoraisjr / haproxy-ingress

HAProxy Ingress
https://haproxy-ingress.github.io
Apache License 2.0
1.02k stars 272 forks source link

Any tips for Tracing request and response timing line? #494

Open ailenli opened 4 years ago

ailenli commented 4 years ago

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

jcmoraisjr commented 4 years ago

Hi, you can follow some of the following options:

Hth.