instana / go-sensor

:rocket: Go Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
122 stars 39 forks source link

Add interface to Events API #14

Closed pglombardo closed 7 years ago

pglombardo commented 7 years ago

The sensor should offer a Golang interface to the Events API.

boyand commented 7 years ago

Any update on this ? Is there a design doc to look at. Maybe we can provide the bindings here

pglombardo commented 7 years ago

Hi @boyand - So far, I haven't gotten the time to work on this but if you have any ideas, suggestions or a PR - it would be definitely welcome.

The basic idea is to offer a simple way for golang sensor users to log arbitrary events. Possibly something like instana.RecordGenericEvent...

pglombardo commented 7 years ago

This was added in #25 and release https://github.com/instana/golang-sensor/releases/tag/1.2.0