|
@@ -216,7 +216,7 @@ func main() {
|
|
|
//This section will start the HTTP server and expose
|
|
|
//any metrics on the /metrics endpoint.
|
|
|
http.Handle("/metrics", promhttp.Handler())
|
|
|
- log.Info("Beginning to serve on port :8888")
|
|
|
- log.Fatal(http.ListenAndServe(":8888", nil))
|
|
|
+ log.Info("Beginning to serve on port :9117")
|
|
|
+ log.Fatal(http.ListenAndServe(":9117", nil))
|
|
|
}
|
|
|
|