Fixed error
Build Docker image on push / docker (push) Successful in 23s

This commit is contained in:
2026-08-24 01:55:40 +02:00
parent e8e94c5da1
commit 9b076d4353
5 changed files with 98 additions and 18 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func (c *PveSdnCollector) CollectMetrics() error {
labels := prometheus.Labels{
"cluster": cluster.GetClusterName(),
"node": node.Name,
"sdn": sdn.SDN,
"sdn": sdn.GetName(),
"sdn_id": sdn.ID,
}