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.
sinks:
signalfx:
auth-token: ""
auth-token-file: ""
metric-prefix: ""
metric-translator: ""
Valid values | SignalFx auth token |
Default value |
SignalFx auth token.
Either auth-token
or auth-token-file
is required.
Valid values | File name |
Default value |
File containing SignalFx auth token.
Either auth-token
or auth-token-file
is required.
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.
Valid values | Registered translator name |
Default value |
Pass metrics through registered metrics translator.
This occurs before metric-prefix
.