We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811f19a commit b8afb7dCopy full SHA for b8afb7d
rolling-shutter/keyper/keypermetrics/metrics.go
@@ -2,11 +2,12 @@ package keypermetrics
2
3
import (
4
"context"
5
+ "strconv"
6
+ "strings"
7
+
8
"github.com/jackc/pgx/v4/pgxpool"
9
"github.com/prometheus/client_golang/prometheus"
10
"github.com/rs/zerolog/log"
- "strconv"
- "strings"
11
12
"github.com/shutter-network/rolling-shutter/rolling-shutter/keyper/database"
13
"github.com/shutter-network/rolling-shutter/rolling-shutter/keyper/kprconfig"
@@ -219,4 +220,4 @@ func InitMetrics(dbpool *pgxpool.Pool, config kprconfig.Config) {
219
220
221
log.Info().Msg("keypermetrics | Metrics population completed")
222
-}
223
+}
0 commit comments