Skip to content

Commit

Permalink
Merge pull request #9 from thought-machine/change-metric-label-key
Browse files Browse the repository at this point in the history
change label key for kubernetes_cluster to avoid confusion
  • Loading branch information
Nashluffy authored Jan 15, 2024
2 parents 0b233ec + a075022 commit 394be8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
interruptionEvents = promauto.NewCounterVec(prometheus.CounterOpts{
Name: "interruption_events_total",
Help: "The total number of spot interruptions for a given cluster",
}, []string{"kubernetes_cluster"})
}, []string{"target_kubernetes_cluster"})
)

// Client provides methods for modifying metrics
Expand Down

0 comments on commit 394be8a

Please sign in to comment.