atlassian / gostatsd

An implementation of Etsy's statsd in Go with tags support
MIT License
381 stars 99 forks source link

Reporting of dropped metrics + events in OTLP backend is likely inaccurate #696

Open irisgve opened 3 months ago

irisgve commented 3 months ago

Surfaced from this comment it seems like we do not report some dropped metrics + events into the statser before returning the send function. This could mean these dropped events + metrics are not actually reported.