gochat
gochat copied to clipboard
How do I access the Prometheus metrics endpoint
In main.go, you instantiate the server
metricsServer := metrics.NewServer("2112") metricsServer.Run()