...

Text file src/github.com/prometheus/common/config/testdata/http.conf.proxy-headers.good.json

Documentation: github.com/prometheus/common/config/testdata

     1{
     2    "proxy_url": "http://remote.host",
     3    "proxy_connect_header": {
     4	"single": [
     5	    "value_0"
     6	],
     7	"multi": [
     8	    "value_1",
     9	    "value_2"
    10	]
    11    }
    12}

View as plain text