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 PollRateMs to Azure and GCP integration #155

Closed bgola-signalfx closed 2 years ago

bgola-signalfx commented 2 years ago

This is a backwards compatible solution that allows to use any poll rate value between 1 and 10 minutes without breaking existing code.

Side note: breaking changes in go land are highly discouraged, see: https://research.swtch.com/vgo-import