Skip to content

Commit

Permalink
Metric description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dwillcocks committed Apr 23, 2021
1 parent bd84bb8 commit 338efce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
var (
dishUp = prometheus.NewDesc(
prometheus.BuildFQName(namespace, "dish", "up"),
"Was the last query of Starlink successful.",
"Was the last query of Starlink dish successful.",
nil, nil,
)
dishScrapeDurationSeconds = prometheus.NewDesc(
Expand All @@ -38,7 +38,7 @@ var (
)
dishState = prometheus.NewDesc(
prometheus.BuildFQName(namespace, "dish", "state"),
"The Current dishState of the Dish (Unknown, Booting, Searching, Connected).",
"The current dishState of the Dish (Unknown, Booting, Searching, Connected).",
nil, nil,
)
dishUptimeSeconds = prometheus.NewDesc(
Expand Down

0 comments on commit 338efce

Please sign in to comment.