mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 20:22:31 +02:00
Fix typos and linter warnings
This commit is contained in:
@@ -33,7 +33,7 @@ func initPrometheus() {
|
||||
|
||||
prometheusErrorsTotal = prometheus.NewCounterVec(prometheus.CounterOpts{
|
||||
Name: "errors_total",
|
||||
Help: "A counter of the occured errors separated by type.",
|
||||
Help: "A counter of the occurred errors separated by type.",
|
||||
}, []string{"type"})
|
||||
|
||||
prometheusRequestDuration = prometheus.NewHistogram(prometheus.HistogramOpts{
|
||||
|
Reference in New Issue
Block a user