Skip to content

Commit

Permalink
add missing time import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbonnell committed Jan 26, 2021
1 parent b3ec156 commit eb2f70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/prometheus/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package prometheus

import (
"net/http"
"time"
)

type MetricsManager struct {
Expand Down

0 comments on commit eb2f70a

Please sign in to comment.