exporter/signalfxexporter/example/config.yaml (20 lines of code) (raw):

receivers: prometheus: config: scrape_configs: - job_name: 'otel-collector' scrape_interval: 10s static_configs: - targets: ['localhost:8890'] - targets: ['localhost:8889'] - targets: ['localhost:8888'] exporters: signalfx: # Access token to send data to SignalFx. access_token: <replace_with_actual_access_token> # SignalFx realm where the data will be received. realm: us1 # Timeout for the send operations. timeout: 5s service: pipelines: metrics: receivers: [prometheus] exporters: [signalfx]