Skip to content

Commit 3d127c2

Browse files
committed
Merge pull request #73 from ddysher/fix-doc
Fix document
2 parents acbd2d3 + 550b950 commit 3d127c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prometheus/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ var (
2929
Namespace: "my_company",
3030
Subsystem: "storage",
3131
Name: "documents_total_size_bytes",
32-
Help: "The total size of all documents in the storage."}})
32+
Help: "The total size of all documents in the storage.",
33+
})
3334
)
34-
35+
3536
func main() {
3637
http.Handle("/metrics", prometheus.Handler())
3738

@@ -50,4 +51,3 @@ func init() {
5051
# Documentation
5152

5253
[![GoDoc](https://godoc.org/github.com/prometheus/client_golang?status.png)](https://godoc.org/github.com/prometheus/client_golang)
53-

0 commit comments

Comments
 (0)