Skip to content

Commit

Permalink
Fix error prometheus gauge metrics_azurerm_reservation.go (#99)
Browse files Browse the repository at this point in the history
* Update metrics_azurerm_reservation.go

Fix error prometheus gauge, attempt 5, actual 6

* Update metrics_azurerm_reservation.go

---------

Co-authored-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
PaulPowershell and mblaschke authored Mar 6, 2024
1 parent e19e055 commit 32960d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics_azurerm_reservation.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func (m *MetricsCollectorAzureRmReservation) Setup(collector *collector.Collecto
m.Processor.Setup(collector)

commonLabels := []string{
"scope",
"reservationOrderID",
"reservationID",
"skuName",
Expand Down

0 comments on commit 32960d7

Please sign in to comment.