Blip Docs
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

signalfx

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 valuesSignalFx auth token
Default value

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

auth-token-file

Valid valuesFile name
Default value

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

metric-prefix

Valid valuesString
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 valuesRegistered translator name
Default value

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