Skip to content

Commit

Permalink
don't log prometheus scrapes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Jun 12, 2024
1 parent 6a8b35c commit f951e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/httpsrv/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func (s *Server) setup() *gin.Engine {
"/healthz",
"/healthz/liveness",
"/healthz/readiness",
"/metrics",
},
}))

Expand Down

0 comments on commit f951e00

Please sign in to comment.