signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 48 forks source link

missing endpoint: events #109

Closed atma-stackoverflow closed 3 years ago

atma-stackoverflow commented 3 years ago

The endpoint: • /v2/event

https://developers.signalfx.com/ingest_data_reference.html#operation/Send%20Metrics

keitwb commented 3 years ago

Hi, you can send events with our ingest client at https://github.com/signalfx/golib/blob/master/sfxclient/httpsink.go#L391.