atlassian / gostatsd

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

Make sure to call the callback in the OTLP backends send metrics function #690

Closed hstan closed 3 months ago

hstan commented 3 months ago

Based on the callback function passed in by the flusher, the callback should always be called to make sure the otlp backend job is marked done.