Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Oct 7, 2024
1 parent 8185d48 commit 63dd8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ func (s *Server) setupMetrics(config *TelemetryConfig, serviceName string) error
timeouts := rpc.DefaultHTTPTimeouts

promServer := &http.Server{
Addr: config.PrometheusAddr,
Handler: prometheusMux,
Addr: config.PrometheusAddr,
Handler: prometheusMux,
ReadTimeout: timeouts.ReadTimeout,
ReadHeaderTimeout: timeouts.ReadHeaderTimeout,
WriteTimeout: timeouts.WriteTimeout,
Expand Down

0 comments on commit 63dd8d6

Please sign in to comment.