We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b483cd3 commit f2046ffCopy full SHA for f2046ff
integration/e2e/service.go
@@ -532,7 +532,7 @@ func (s *HTTPService) Metrics() (_ string, err error) {
532
localPort := s.networkPortsContainerToLocal[s.httpPort]
533
534
// Fetch metrics.
535
- res, err := GetRequest(fmt.Sprintf("http://localhost:%d/metrics", localPort))
+ res, err := GetRequest(fmt.Sprintf("http://127.0.0.1:%d/metrics", localPort))
536
if err != nil {
537
return "", err
538
}
0 commit comments