skupperproject / skupper-proxy

A service for bridging cluster-local communication to a Skupper network
https://skupper.io/
Apache License 2.0
8 stars 5 forks source link

prometheus scrape gets target "gzip: invalid" header with http proxy #3

Closed ajssmith closed 4 years ago

ajssmith commented 4 years ago

When using tcp proxy, the prometheus target is ok and metrics are gathered correctly. A sample proxy response is the following: http://pastebin.test.redhat.com/830684 (note: i removed most of the body contents)

grs commented 4 years ago

Fixed by https://github.com/skupperproject/skupper-proxy/commit/f9701ea7bade907aa1afb1b29440d5ab5b09032c

grs commented 4 years ago

@ajssmith are you happy with the fix? Can we close?