Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
Signed-off-by: Griffin <[email protected]>
  • Loading branch information
prakrit55 committed Nov 27, 2023
1 parent 40aac54 commit 5bc62f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle-operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func main() {
}

func serveMetrics(metricsPort int) {
log.Printf("serving metrics at %s/metrics", &metricsPort)
log.Printf("serving metrics at %s/metrics", metricsPort)
http.Handle("/metrics", promhttp.Handler())
err := http.ListenAndServe(":"+strconv.Itoa(metricsPort), nil)
if err != nil {
Expand Down

0 comments on commit 5bc62f9

Please sign in to comment.