Skip to content

Commit

Permalink
stellar#4433: fixed static check error
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 21, 2022
1 parent 53fde55 commit 483434b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exp/lighthorizon/actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ import (
var (
//go:embed static
staticFiles embed.FS
//lint:ignore U1000 temporary
requestCount = promauto.NewCounter(prometheus.CounterOpts{
Name: "horizon_lite_request_count",
Help: "How many requests have occurred?",
})
//lint:ignore U1000 temporary
requestTime = promauto.NewHistogram(prometheus.HistogramOpts{
Name: "horizon_lite_request_duration",
Help: "How long do requests take?",
Expand Down

0 comments on commit 483434b

Please sign in to comment.