Skip to content

Integrate OONI prometheus stats.

micah requested to merge ooni_exporter into master

This sets up two services:

  1. ooni-exporter: which is configured to run (via chaperone), once every 6 hours, and pull the latest data from the previous day, and then push it to
  2. prometheus-pushgateway: this takes the date provided by the ooni-exporter and serves it up on /metrics.

Float then is configured to scrape this metrics port.

Merge request reports