Skip to content

Commit

Permalink
Add Golang metrics into the metrics repository
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Si <[email protected]>
  • Loading branch information
antoniotsi committed Apr 6, 2023
1 parent 331b873 commit e76c647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package metrics

import (
"context"
"github.com/prometheus/client_golang/prometheus/collectors"
"net/http"

"github.com/prometheus/client_golang/prometheus/collectors"

"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"go.uber.org/zap"
Expand Down

0 comments on commit e76c647

Please sign in to comment.