Skip to content

Commit

Permalink
Add Golang metrics into the metrics repository
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotsi committed Mar 30, 2023
1 parent 03160b5 commit c32da4c
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 c32da4c

Please sign in to comment.