Skip to main content

Metrics Exporter

Canary Checker works well with Prometheus and exports metrics for every check, the standard metrics included are:

MetricTypeDescription
canary_checkGaugeSet to 0 when passing and 1 when failing
canary_check_success_countCounter
canary_check_failed_countCounter
canary_check_infoInfo
canary_check_durationHistogramHistogram of canary durations

For more information about metrics, including custom metrics and Grafana integration, please visit the metrics page.