Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMetricType ¶
func GetMetricType(mtype telegraf.ValueType) (metricType datapoint.MetricType)
GetMetricType returns the equivalent telegraf ValueType for a signalfx metric type
Types ¶
type SignalFx ¶
type SignalFx struct { AccessToken config.Secret `toml:"access_token"` SignalFxRealm string `toml:"signalfx_realm"` IngestURL string `toml:"ingest_url"` IncludedEventNames []string `toml:"included_event_names"` Log telegraf.Logger `toml:"-"` // contains filtered or unexported fields }
SignalFx plugin context
func NewSignalFx ¶
func NewSignalFx() *SignalFx
NewSignalFx - returns a new context for the SignalFx output plugin
func (*SignalFx) ConvertToSignalFx ¶
func (*SignalFx) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.