Skip to content

Commit 2c868b1

Browse files
add rust counter, gauge and histogram links (#2538)
Signed-off-by: Ali Yousefi Sabzevar <[email protected]>
1 parent d286e06 commit 2c868b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/docs/concepts/metric_types.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Client library usage documentation for counters:
2929
* [Python](https://prometheus.github.io/client_python/instrumenting/counter/)
3030
* [Ruby](https://github.com/prometheus/client_ruby#counter)
3131
* [.Net](https://github.com/prometheus-net/prometheus-net#counters)
32+
* [Rust](https://docs.rs/prometheus-client/latest/prometheus_client/metrics/counter/index.html)
3233

3334
## Gauge
3435

@@ -46,6 +47,7 @@ Client library usage documentation for gauges:
4647
* [Python](https://prometheus.github.io/client_python/instrumenting/gauge/)
4748
* [Ruby](https://github.com/prometheus/client_ruby#gauge)
4849
* [.Net](https://github.com/prometheus-net/prometheus-net#gauges)
50+
* [Rust](https://docs.rs/prometheus-client/latest/prometheus_client/metrics/gauge/index.html)
4951

5052
## Histogram
5153

@@ -84,6 +86,7 @@ Client library usage documentation for histograms:
8486
* [Python](https://prometheus.github.io/client_python/instrumenting/histogram/)
8587
* [Ruby](https://github.com/prometheus/client_ruby#histogram)
8688
* [.Net](https://github.com/prometheus-net/prometheus-net#histogram)
89+
* [Rust](https://docs.rs/prometheus-client/latest/prometheus_client/metrics/histogram/index.html)
8790

8891
## Summary
8992

0 commit comments

Comments
 (0)