Gateway Proxy Metrics
Gateway Proxy Metrics describes the metrics exported by Micrometer Stats Exporter for Gateway Proxy.
Metric | Description |
---|---|
mtx_proxy_request_count_total | Total number of proxy requests handled. |
mtx_proxy_request_duration_seconds_count | Total number of proxy requests processed. |
mtx_proxy_request_duration_seconds_max | Maximum time spent processing proxy requests. |
mtx_proxy_request_duration_seconds_sum | Total time spent processing proxy requests. |