Documentation
¶
Overview ¶
Package signalfxreceiver implements a receiver that can be used by the OpenTelemetry collector to receive data in the SignalFx supported formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.9.0
NewFactory creates a factory for SignalFx receiver.
Types ¶
type Config ¶
type Config struct { confighttp.ServerConfig `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct // Deprecated: `access_token_passthrough` is deprecated. // Please enable include_metadata in the receiver and add the following config to the batch processor: // batch: // metadata_keys: [X-Sf-Token] splunk.AccessTokenPassthroughConfig `mapstructure:",squash"` }
Config defines configuration for the SignalFx receiver.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.