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

add signalflow detach func #186

Closed dloucasfx closed 1 year ago

dloucasfx commented 1 year ago

The stop job function is currently broken on the backend, this causes applications that use Stop() to leak jobs which leads to various problems. ex: https://github.com/signalfx/signalfx-k8s-metrics-adapter The recommended way is to use detach func instead, which this PR adds. cc: @kchengsf