Fix typo in the healthy metric (#657)

This commit is contained in:
Dan Sosedoff
2023-02-28 11:57:36 -06:00
committed by GitHub
parent bed7ab9564
commit 941c0acea3
2 changed files with 5 additions and 5 deletions

View File

@@ -230,7 +230,7 @@ func startServer() {
fmt.Println("Starting server...")
go func() {
metrics.SetHealty(true)
metrics.SetHealthy(true)
err := router.Run(fmt.Sprintf("%v:%v", options.HTTPHost, options.HTTPPort))
if err != nil {