mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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",
|
||||
},
|
||||
{
|
||||
Name: "__param_module",
|
||||
Name: "__param_module",
|
||||
Value: "if_mib",
|
||||
},
|
||||
{
|
||||
Name: "__param_target",
|
||||
Name: "__param_target",
|
||||
Value: "192.168.1.2",
|
||||
},
|
||||
{
|
||||
|
@ -1133,7 +1133,7 @@ scrape_configs:
|
|||
Value: "http",
|
||||
},
|
||||
{
|
||||
Name: "instance",
|
||||
Name: "instance",
|
||||
Value: "192.168.1.2",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue