Package: prometheus
Version: 2.15.2+ds-1
Severity: important
Hi,
When testing the latest prometheus build in unstable together with
Thanos (https://github.com/thanos-io/thanos), I noticed this was not
working.
Thanos calls Prometheus via its API, and Prometheus reponds with:
'internal http.ResponseWriter does not implement http.Flusher interface
This is here:
https://github.com/prometheus/prometheus/blob/master/web/api/v1/api.go#L1109
Then I decided to use the upstream prometheus builds, and there it works
just fine.
So it seems like some (outdated) dependency is used to build prometheus
in unstable that does not support/implement the http.Flusher?
Thanks
Jean-Louis