Increased ttl of metrics to 5 minutes
This commit is contained in:
@@ -27,7 +27,7 @@ func NewPveSdnCollector(apiClient *proxmox.PveApiClient, registry *TTLRegistry)
|
||||
Help: "Node software defined network state.",
|
||||
},
|
||||
[]string{"cluster", "node", "sdn", "sdn_id"},
|
||||
1*time.Minute,
|
||||
5*time.Minute,
|
||||
)
|
||||
c.registry.Register(c.state)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user