Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich committed Jan 17, 2024
1 parent cf91b69 commit e9b439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalCollector.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit e9b439e

Please sign in to comment.