We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acbd2d3 + 550b950 commit 3d127c2Copy full SHA for 3d127c2
prometheus/README.md
@@ -29,9 +29,10 @@ var (
29
Namespace: "my_company",
30
Subsystem: "storage",
31
Name: "documents_total_size_bytes",
32
- Help: "The total size of all documents in the storage."}})
+ Help: "The total size of all documents in the storage.",
33
+ })
34
)
-
35
+
36
func main() {
37
http.Handle("/metrics", prometheus.Handler())
38
@@ -50,4 +51,3 @@ func init() {
50
51
# Documentation
52
53
[](https://godoc.org/github.com/prometheus/client_golang)
0 commit comments