Skip to content

Commit

Permalink
Remove unnecessary fmt.Println statement in metrics service
Browse files Browse the repository at this point in the history
  • Loading branch information
soffokl committed Aug 26, 2024
1 parent 4cc1a97 commit 7bf4fb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metrics/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package metrics

import (
"fmt"
"time"

"github.com/prometheus/client_golang/prometheus"
Expand Down Expand Up @@ -81,8 +80,6 @@ func (s *service) ProxyHandlerMiddleware(next func(c *proxy.Context)) func(c *pr

next(c)

fmt.Println("DestinationHostNormalized2", c.Hostname())

s.proxyNumberOfLiveConnections.With(prometheus.Labels{
"request_type": c.RequestType(),
"hostname": c.Hostname(),
Expand Down

0 comments on commit 7bf4fb8

Please sign in to comment.