SignalFx Sink

Blip works with Splunk, but Splunk does not support or contribute to Blip.

The signalfx sink sends metrics to Splunk, which acquired SignalFx.

It reports all tags as dimensions.

Quick Reference

sinks:
  signalfx:
    auth-token: ""
    auth-token-file: ""
    metric-prefix: ""
    metric-translator: ""

Options

auth-token

Valid values SignalFx auth token
Default value  

SignalFx auth token. Either auth-token or auth-token-file is required.

auth-token-file

Valid values File name
Default value  

File containing SignalFx auth token. Either auth-token or auth-token-file is required.

metric-prefix

Valid values String
Default value  

A string prepended to every metric name before sending. For example, metric-prefix: "mysql." adds “mysql.” to the beginning of every metric name. The string value is literal; Blip does not add a trailing dot.

metric-translator

Valid values Registered translator name
Default value  

Pass metrics through registered metrics translator. This occurs before metric-prefix.