mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Doing so requires protecting /metrics from direct access when proxied through nginx. If camo is placed on a separate host, the equivalent /metrics URL may need to be protected. See https://github.com/cactus/go-camo#metrics for details on the statistics so reported. Note that 5xx responses are _expected_ from go-camo's statistics, as it returns 502 status code when the remote server responds with 500/502/503/504, or 504 when the remote host times out.