prometheus/web/api
Simon Pasquier 181f07ef26
web: avoid proxy to connect to the local gRPC server (#4572)
By default the gRPC client of the REST API gateway relies on the
HTTP_PROXY variable to connect to the local gRPC server which isn't
desired as the server runs in the same process. This change uses a
custom dialer that connects directly to the server's address.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-11-13 14:42:23 +01:00
..
v1 web/api/v1: fix targets endpoint 2018-10-25 11:10:26 +02:00
v2 web: avoid proxy to connect to the local gRPC server (#4572) 2018-11-13 14:42:23 +01:00