Skip to content

Commit 54939fa

Browse files
committed
update README with community integrations/learning resources
1 parent 3c71988 commit 54939fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,18 @@ Overall, this repository is home to the following crates:
5555
serving a Prometheus scrape endpoint.
5656
* [`metrics-util`][metrics-util]: Helper types/functions used by the `metrics` ecosystem.
5757

58-
# community integrations
58+
# community integrations and learning resources
5959

6060
As well, there are also some community-maintained exporters and other integrations:
6161

6262
* [`metrics-exporter-statsd`][metrics-exporter-statsd]: A `metrics`-compatible exporter for sending metrics via StatsD.
6363
* [`metrics-exporter-newrelic`][metrics-exporter-newrelic]: A `metrics`-compatible exporter for sending metrics to New Relic.
6464
* [`opinionated_metrics`][opinionated-metrics]: Opinionated interface to emitting metrics for CLI/server applications, based on `metrics`.
65+
* [`metrics-dashboard`][metrics-dashboard]: A dashboard for visualizing metrics from `metrics`.
66+
67+
Additionally, here are some learning resource(s) to help you get started:
68+
69+
* [Rust Telemetry Workshop][rust-telemetry-workshop] from [MainMatter](https://mainmatter.com/).
6570

6671
## MSRV and MSRV policy
6772

@@ -91,3 +96,5 @@ We'd love to chat about any of the above, or anything else related to metrics. D
9196
[metrics-exporter-statsd]: https://docs.rs/metrics-exporter-statsd
9297
[metrics-exporter-newrelic]: https://docs.rs/metrics-exporter-newrelic
9398
[opinionated-metrics]: https://docs.rs/opinionated_metrics
99+
[metrics-dashboard]: https://docs.rs/metrics-dashboard
100+
[rust-telemetry-workshop]: https://github.com/mainmatter/rust-telemetry-workshop/tree/main/exercises/03_metrics

0 commit comments

Comments
 (0)