Skip to main content
You can configure the Collector to process SignalFx data points. The Collector serves SignalFx traffic at the /signalfx/v2/datapoint HTTP endpoint from the listenAddress, which defaults to 0.0.0.0:3030. The /v2/datapoint suffix is the default expected path appended by SignalFx client libraries. This integration pattern assumes that you’ve instrumented your apps with a SignalFx client library, such as the golib library for Go. For equivalent functions between SignalFx and PromQL, see the equivalent function list.

Configure SignalFx ingestion

  1. Download this annotated manifest as a starting point.
  2. Enable SignalFx mode under the push.signalFX.enabled YAML collection in the Collector manifest.
    push:
       signalFX:
           enabled: true
    
  3. Modify additional configuration options under the push.signalFX YAML collection.