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

chronosophere

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 valuesyes or no
Default valueno

Print debug output to STDERR.

strict-tr

Valid valuesyes or no
Default valueno

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

url

Valid valuesURL
Default valuehttp://127.0.0.1:3030/openmetrics/write

URL of Chronocollector.