Signalfx Receiver
contrib
Maintainers: @dmitryax
Source: opentelemetry-collector-contrib
Supported Telemetry
Overview
The SignalFx receiver accepts:- Metrics in the SignalFx proto format.
- Events (Logs) in the SignalFx proto format. More information about sending custom events can be found in the SignalFx Developers Guide.
Configuration
The following settings are required:endpoint(default =localhost:9943): Address and port that the SignalFx receiver should bind to. See our security best practices doc to understand how to set the endpoint in different environments.
tls_settings(no default): This is an optional object used to specify if TLS should be used for incoming connections. Bothkey_fileandcert_fileare required to support incoming TLS connections.cert_file: Specifies the certificate file to use for TLS connection.key_file: Specifies the key file to use for TLS connection.
:warning: When enabling the SignalFx receiver or exporter, configure both themetricsandlogspipelines.
Access token passthrough
Access token passthrough is no longer supported, to achieve similar behavior configure your collector to use theheaders_setter extension to pass the access token.
Configuration
Example Configuration
Last generated: 2026-04-13