Skip to content

Commit

Permalink
Dust lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ypaq committed Jul 18, 2023
1 parent e072e46 commit 6c6541c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hmiddleware/httpmetrics/httpmetrics_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import (
"strconv"
"time"

"github.com/go-chi/chi"
"github.com/go-chi/chi/middleware"
"github.com/heroku/x/go-kit/metrics"
"github.com/heroku/x/go-kit/metricsregistry"

"github.com/go-chi/chi"
"github.com/go-chi/chi/middleware"
)

const (

// metric names
requestDuration = "http.server.duration" // duration in milliseconds
activeRequests = "http.server.active_requests" // counter for number of requests
Expand Down

0 comments on commit 6c6541c

Please sign in to comment.