saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
221 stars 13 forks source link

api(prom): fix allocations made by promhttp #660

Closed mmatczuk closed 7 months ago

mmatczuk commented 7 months ago

Disable compression and move to new metrics encoding standard if supported to allow frequent allocations for gzip.

Fixes #659