Chronosphere Sink

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

The chronosphere sink is experimental. It might be removed in future versions.

The chronosphere sink sends metrics to Chronosphere.

It pushes metrics to a Chronosphere collector. If you want a Chronosphere collector to scrape metrics, use Prometheus emulation instead.

This sink reports Prometheus-style metric names: mysql_status_threads_running instead of status.global.threads_running. It reports all tags as Prometheus labels.

Quick Reference

sinks:
  chronosphere:
    debug: "no"
    strict-tr: "no"
    url: "http://127.0.0.1:3030/openmetrics/write"

Options

debug

Valid values yes or no
Default value no

Print debug output to STDERR.

strict-tr

Valid values yes or no
Default value no

Error if metrics cannot be translated to Prometheus/Exposition format.

url

Valid values URL
Default value http://127.0.0.1:3030/openmetrics/write

URL of Chronocollector.