Skip to content

Commit

Permalink
fix: import prometheus in reporter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ev1lQuark committed Jun 10, 2023
1 parent 87dc8ae commit 0c7ddbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/prometheus/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (

import (
"github.com/dubbogo/gost/log/logger"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
)

Expand Down

0 comments on commit 0c7ddbe

Please sign in to comment.