m-lab / prometheus-bigquery-exporter

An exporter for converting BigQuery results into Prometheus metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support query 'reload'

stephen-soltesz opened this issue · comments

In a k8s environment, updated SQL queries are deployed without recreating the bq-exporter container. However, currently, the bq-exporter only loads sql files at start time, so file changes are never read.

Like other prometheus exporters, bq-exporter should support some mechanism for 'reload' so that file changes can be discovered and re-read automatically.