Skip to content

Commit

Permalink
Update protocol/metrics/metrics_provider_manager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Elad Gildnur <[email protected]>
  • Loading branch information
ranlavanet and shleikes authored Oct 10, 2024
1 parent 54d22d7 commit 06fa2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/metrics/metrics_provider_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func NewProviderMetricsManager(networkAddress string) *ProviderMetricsManager {
frozenStatusMetric := prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "lava_provider_frozen_status",
Help: "Frozen: 1, Healthy: 0",
}, []string{"chainID", "Address"})
}, []string{"chainID", "address"})

jailedStatusMetric := prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "lava_provider_jailed_status",
Expand Down

0 comments on commit 06fa2e9

Please sign in to comment.