Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community exporter for Sentry to readme #480

Merged
merged 2 commits into from
May 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading