change metrics port to 8000

This commit is contained in:
rasmus 2022-11-10 00:03:59 +02:00
parent f52cf4595a
commit 723a678905
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
func main() {
go func() {
metricsPort := 2112
metricsPort := 8000
log.Printf("serving /metrics on port %d", metricsPort)