Fixed storage content label sorting

This commit is contained in:
Jan Lošťák
2024-05-30 13:48:07 +02:00
parent 6a5167c14f
commit 1be0aac715
2 changed files with 11 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ func (c *PveStorageCollector) CollectMetrics() error {
"node": node.Name,
"storage": storage.Storage,
"type": storage.Type,
"content": storage.Content,
"content": storage.GetContentSorted(),
"shared": strconv.Itoa(storage.Shared),
}