Unverified Commit 8a583419 by Ryan Baxter Committed by GitHub

Document Zuul metrics. Closes #2913 (#2943)

parent 5007d0e8
...@@ -1582,6 +1582,12 @@ public class ZuulConfig { ...@@ -1582,6 +1582,12 @@ public class ZuulConfig {
CAUTION: Use this filter carefully. The filter acts on the `Location` header of ALL `3XX` response codes, which may not be appropriate in all scenarios, such as when redirecting the user to an external URL. CAUTION: Use this filter carefully. The filter acts on the `Location` header of ALL `3XX` response codes, which may not be appropriate in all scenarios, such as when redirecting the user to an external URL.
=== Metrics
Zuul will provide metrics under the Actuator metrics endpoint for any failures that might occur when routing requests.
These metrics can be viewed by hitting `/actuator/metrics`. The metrics will have a name that has the format
`ZUUL::EXCEPTION:errorCause:statusCode`.
[[zuul-developer-guide]] [[zuul-developer-guide]]
=== Zuul Developer Guide === Zuul Developer Guide
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment