lib/promscrape: go fmt

This commit is contained in:
Aliaksandr Valialkin 2020-02-25 20:56:13 +02:00
parent fed37ecfcb
commit fa6815712f

View File

@ -1121,11 +1121,11 @@ scrape_configs:
Value: "/snmp", Value: "/snmp",
}, },
{ {
Name: "__param_module", Name: "__param_module",
Value: "if_mib", Value: "if_mib",
}, },
{ {
Name: "__param_target", Name: "__param_target",
Value: "192.168.1.2", Value: "192.168.1.2",
}, },
{ {
@ -1133,7 +1133,7 @@ scrape_configs:
Value: "http", Value: "http",
}, },
{ {
Name: "instance", Name: "instance",
Value: "192.168.1.2", Value: "192.168.1.2",
}, },
{ {