Merge pull request #73 from ddysher/fix-doc

Fix document
This commit is contained in:
Tobias Schmidt 2015-02-11 17:44:59 -05:00
commit 3d127c266e
1 changed files with 3 additions and 3 deletions

View File

@ -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)