Skip to content

Commit

Permalink
Fix last start time metrics name
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 12, 2024
1 parent 56c6369 commit 3866d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var (

LastStartTime = promauto.NewGauge(prometheus.GaugeOpts{
Namespace: "zetaclient",
Name: "last_start_time_seconds",
Name: "last_start_timestamp_seconds",
Help: "The start time in Unix time",
})
)
Expand Down

0 comments on commit 3866d26

Please sign in to comment.