atlassian / gostatsd

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

Support Events in OTLP backend #694

Closed hstan closed 3 months ago

hstan commented 3 months ago

This PR adds support for events in the OTLP backend.

There is no native OTLP events support, so it is done via converting events to log data then sending to an OTLP receiver.