Skip to content

Commit

Permalink
Add community exporter for Sentry to readme (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde authored May 5, 2024
1 parent 3fc0b4f commit 06fa1be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ As well, there are also some community-maintained exporters and other integratio

* [`metrics-exporter-statsd`][metrics-exporter-statsd]: A `metrics`-compatible exporter for sending metrics via StatsD.
* [`metrics-exporter-newrelic`][metrics-exporter-newrelic]: A `metrics`-compatible exporter for sending metrics to New Relic.
* [`metrics-exporter-sentry`][metrics-exporter-sentry]: A `metrics`-compatible exporter for sending metrics to Sentry.
* [`opinionated_metrics`][opinionated-metrics]: Opinionated interface to emitting metrics for CLI/server applications, based on `metrics`.
* [`metrics-dashboard`][metrics-dashboard]: A dashboard for visualizing metrics from `metrics`.

Expand Down Expand Up @@ -95,6 +96,7 @@ We'd love to chat about any of the above, or anything else related to metrics. D
[tracing]: https://tracing.rs
[metrics-exporter-statsd]: https://docs.rs/metrics-exporter-statsd
[metrics-exporter-newrelic]: https://docs.rs/metrics-exporter-newrelic
[metrics-exporter-sentry]: https://docs.rs/metrics-exporter-sentry
[opinionated-metrics]: https://docs.rs/opinionated_metrics
[metrics-dashboard]: https://docs.rs/metrics-dashboard
[rust-telemetry-workshop]: https://github.com/mainmatter/rust-telemetry-workshop

0 comments on commit 06fa1be

Please sign in to comment.