...

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

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

     1{
     2    "proxy_connect_header": {
     3	"single": [
     4	    "value_0"
     5	],
     6	"multi": [
     7	    "value_1",
     8	    "value_2"
     9	]
    10    }
    11}

View as plain text