signalfx / signalfx-go

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

Return events/alerts from signalflow events/alerts queries #118

Closed scottlepp closed 3 years ago

scottlepp commented 3 years ago

Support running signal flow queries like:

D = alerts(detector_name='Deployment').publish(label='D')
F = events(eventType='deployment').publish(label='F')
scottlepp commented 3 years ago

@keitwb updated