mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
dfae954dc1
Using github.com/klauspost/compress package to replace the current Gzip Handler on the API. We see significant improvements using this handler over the current one as shown in the benchmark added. Also: * move selection of compression from `newCompressedResponseWriter` to `*CompressionHandler.ServeHTTP`. * renaming `compressedResponseWriter` since it now only does one kind of compression. Signed-off-by: Alan Protasio <alanprot@gmail.com> |
||
---|---|---|
.. | ||
documentcli | ||
gate | ||
httputil | ||
jsonutil | ||
logging | ||
osutil | ||
pool | ||
runtime | ||
stats | ||
strutil | ||
teststorage | ||
testutil | ||
treecache | ||
zeropool |