mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
lib/promscrape: go fmt
This commit is contained in:
parent
fed37ecfcb
commit
fa6815712f
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue