From e9b439ed47fd67b92cb9da78ba12038302aef0fd Mon Sep 17 00:00:00 2001 From: Markus Wennrich Date: Wed, 17 Jan 2024 11:20:15 +0100 Subject: [PATCH] typo --- metalCollector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metalCollector.go b/metalCollector.go index f7bc4a4..fd97744 100644 --- a/metalCollector.go +++ b/metalCollector.go @@ -103,7 +103,7 @@ func newMetalCollector(client metalgo.Client) *metalCollector { []string{"partition", "size"}, nil, ), capacityReservationsUsed: prometheus.NewDesc( - "metal_partition_capacity_reserverations_used", + "metal_partition_capacity_reservations_used", "The sum of used capacity reservations in the partition", []string{"partition", "size"}, nil, ),