Crates.io | prometheus-airnow-exporter |
lib.rs | prometheus-airnow-exporter |
version | 0.1.3 |
source | src |
created_at | 2021-09-07 01:37:52.579784 |
updated_at | 2024-05-21 05:28:53.977492 |
description | A Prometheus exporter for AQI readings from AirNow.gov |
homepage | |
repository | https://gitlab.com/legoktm/prometheus-airnow-exporter |
max_upload_size | |
id | 447773 |
size | 72,441 |
This project is no longer maintained.
A Prometheus exporter for AQI readings from AirNow.gov.
You will need to obtain your own API key from AirNow.
Basic usage:
API_KEY=... ZIP_CODE=12345 ./prometheus-airnow-exporter
By default, the exporter will be available at http://localhost:42515/metrics.
You can change the port by setting the PORT
environment variable.
Released under the GPL v3, or any later version.