From 550b95041196c32cbfc6656e7677d95cd251b83f Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Wed, 11 Feb 2015 17:33:13 -0500 Subject: [PATCH] Fix document --- prometheus/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus/README.md b/prometheus/README.md index e700e26..81032be 100644 --- a/prometheus/README.md +++ b/prometheus/README.md @@ -29,9 +29,10 @@ var ( Namespace: "my_company", Subsystem: "storage", Name: "documents_total_size_bytes", - Help: "The total size of all documents in the storage."}}) + Help: "The total size of all documents in the storage.", + }) ) - + func main() { http.Handle("/metrics", prometheus.Handler()) @@ -50,4 +51,3 @@ func init() { # Documentation [![GoDoc](https://godoc.org/github.com/prometheus/client_golang?status.png)](https://godoc.org/github.com/prometheus/client_golang) -