Skip to content

Commit 1a242c8

Browse files
committed
Remove unnecessary dependencies
1 parent 5135034 commit 1a242c8

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

Gopkg.lock

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/prometheus/prometheus.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const (
2121
// Metrics is an object for exposing prometheus metrics
2222
type Metrics struct {
2323
notificationCounter *prometheus.CounterVec
24-
notificationQueueDuration prometheus.ObserverVec
25-
notificationProcessingDuration prometheus.ObserverVec
24+
notificationQueueDuration *prometheus.HistogramVec
25+
notificationProcessingDuration *prometheus.HistogramVec
2626
notificationStartTimes sync.Map
2727
logger goengine.Logger
2828
}

0 commit comments

Comments
 (0)