mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
netclient fix func parameters for build
This commit is contained in:
parent
7a7d5affd0
commit
3bf78fe638
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ func publishMetrics(nodeCfg *config.ClientConfig) {
|
|||
return
|
||||
}
|
||||
|
||||
metrics, err := metrics.Collect(nodeCfg.Node.Interface, nodeGET.PeerIDs)
|
||||
metrics, err := metrics.Collect(nodeCfg.Node.Interface, nodeGET.Node.Network, nodeGET.Node.Proxy, nodeGET.PeerIDs)
|
||||
if err != nil {
|
||||
logger.Log(0, "failed metric collection for node", nodeCfg.Node.Name, err.Error())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue