getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
312 stars 85 forks source link

ref(cogs): Emit cogs as statsd metrics #3736

Closed Dav1dde closed 2 weeks ago

Dav1dde commented 2 weeks ago

Update usage accountant to use a PR/commit which makes the Producer emit a Message instead of Vec<u8>: https://github.com/getsentry/rust-usage-accountant/pull/11

Emits all the COGS data also as statsd, this allows us to track COGS in PoP Relays but also help us track down why COGS data is slightly off for some categories.

skip-changelog

Dav1dde commented 2 weeks ago

Why does emitting the (same?) data to statsd help debugging?

That's the question, it's unclear if it is the same.