File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Client library usage documentation for counters:
29
29
* [ Python] ( https://prometheus.github.io/client_python/instrumenting/counter/ )
30
30
* [ Ruby] ( https://github.com/prometheus/client_ruby#counter )
31
31
* [ .Net] ( https://github.com/prometheus-net/prometheus-net#counters )
32
+ * [ Rust] ( https://docs.rs/prometheus-client/latest/prometheus_client/metrics/counter/index.html )
32
33
33
34
## Gauge
34
35
@@ -46,6 +47,7 @@ Client library usage documentation for gauges:
46
47
* [ Python] ( https://prometheus.github.io/client_python/instrumenting/gauge/ )
47
48
* [ Ruby] ( https://github.com/prometheus/client_ruby#gauge )
48
49
* [ .Net] ( https://github.com/prometheus-net/prometheus-net#gauges )
50
+ * [ Rust] ( https://docs.rs/prometheus-client/latest/prometheus_client/metrics/gauge/index.html )
49
51
50
52
## Histogram
51
53
@@ -84,6 +86,7 @@ Client library usage documentation for histograms:
84
86
* [ Python] ( https://prometheus.github.io/client_python/instrumenting/histogram/ )
85
87
* [ Ruby] ( https://github.com/prometheus/client_ruby#histogram )
86
88
* [ .Net] ( https://github.com/prometheus-net/prometheus-net#histogram )
89
+ * [ Rust] ( https://docs.rs/prometheus-client/latest/prometheus_client/metrics/histogram/index.html )
87
90
88
91
## Summary
89
92
You can’t perform that action at this time.
0 commit comments