Merge pull request #318 from AlekSi/patch-1

Minor documentation fix
This commit is contained in:
Brian Brazil 2017-06-28 13:54:36 +01:00 committed by GitHub
commit ab4214782d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
// // The Handler function provides a default handler to expose metrics
// // via an HTTP server. "/metrics" is the usual endpoint for that.
// http.Handle("/metrics", promhttp.Handler())
// log.Fatal(http.ListenAndServe(":8080", nil))
// log.Fatal(http.ListenAndServe(":8080", nil))
// }
//
//