Files
aaisp-chaos/cmd/aaisp_exporter
James O'Gorman cab8f1f626 Add a standard logger and HTTP logging middleware
Create a standard log object and use dependency injection to pass it to
the broadbandCollector and a new loggingMiddleware for wrapping HTTP
requests to log the request.

Logs are emitted as structured JSON logs by default but can be switched
to a human-friendly output by passing -log.level console.

The Prometheus client_golang library has also been upgraded.
2020-11-28 15:06:05 +00:00
..

AAISP Exporter

A Prometheus exporter for information about Andrews and Arnold broadband lines.

It exposes metrics:

  • aaisp_broadband_quota_remaining: The line's remaining in the current monthly quota in bytes
  • aaisp_broadband_quota_total: The line's monthly quota in bytes, excluding rollover
  • aaisp_broadband_rx_rate: The line's receive (upload) rate in bits per second
  • aaisp_broadband_tx_rate: The line's transmit (download) rate in bits per second

To run the service you must export environment variables CHAOS_CONTROL_LOGIN and CHAOS_CONTROL_PASSWORD using the login details you use for https://control.aa.net.uk/.

The service takess a -listen flag for setting the address and port the service binds to. The default is :8080.