Skip to content

Commit

Permalink
http(feat): reintroduce "application" label for roundtrip metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed Mar 19, 2024
1 parent 7a37c98 commit 4c53181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httpclient/roundtripper.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ type RoundTripper struct {
//
// If no options are provided, or the final option isn't WithRoundTripper, the http call is done using
// http.DefaultTransport.
//
// deprecated: use github.com/clambin/go-common/http/roundtripper instead
func NewRoundTripper(options ...Option) *RoundTripper {
r := http.DefaultTransport
var c []prometheus.Collector
Expand Down

0 comments on commit 4c53181

Please sign in to comment.