Skip to content

Commit

Permalink
add rust counter, gauge and histogram links (#2538)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Yousefi Sabzevar <[email protected]>
  • Loading branch information
iamaliyousefi authored Nov 12, 2024
1 parent d286e06 commit 2c868b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/concepts/metric_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Client library usage documentation for counters:
* [Python](https://prometheus.github.io/client_python/instrumenting/counter/)
* [Ruby](https://github.com/prometheus/client_ruby#counter)
* [.Net](https://github.com/prometheus-net/prometheus-net#counters)
* [Rust](https://docs.rs/prometheus-client/latest/prometheus_client/metrics/counter/index.html)

## Gauge

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

## Histogram

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

## Summary

Expand Down

0 comments on commit 2c868b1

Please sign in to comment.