Sapm Receiver
Overview
The SAPM receiver builds on the Jaeger proto. This allows the collector to receive traces from other collectors or the SignalFx Smart Agent. SAPM proto and some useful related utilities can be found here.Configuration
The following settings are required:endpoint(default =0.0.0.0:7276): Address and port that the SAPM receiver should bind to.
access_token_passthrough: (default =false) Whether to preserve incoming access token (X-Sf-Tokenheader value) as"com.splunk.signalfx.access_token"trace resource attribute. Can be used in tandem with identical configuration option for SAPM exporter to preserve trace origin.tls_settings(no default): This is an optional object used to specify if TLS should be used for incoming connections.cert_file: Specifies the certificate file to use for TLS connection. Note: Bothkey_fileandcert_fileare required for TLS connection.key_file: Specifies the key file to use for TLS connection. Note: Bothkey_fileandcert_fileare required for TLS connection.
Configuration
Example Configuration
Last generated: 2026-04-14