Netflix / zuul

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Apache License 2.0
13.52k stars 2.38k forks source link

Documentation for monitoring capabilities in Zuul #825

Closed aloysiustany closed 1 month ago

aloysiustany commented 4 years ago

I am looking to monitor my endpoints which are behind the Zuul gateway. I am interested to know metrics such as successful calls count, failed calls count, duration of calls etc. I am looking for any documentation that talks about how we can setup such monitoring in Zuul.

artgon commented 4 years ago

Zuul supports Atlas metrics (https://github.com/Netflix/atlas/wiki) out of the box and should have a comprehensive set of metrics. You can also extend the BasicNettyOrigin to add your own detailed metrics for your specific needs.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 7 days with no activity.