A Prometheus exporter that exposes the following metrics:
govuk_mirror_last_updated_time: A unix timestamp representing the Last-Modified header of the page referenced by the MIRROR_FRESHNESS_URL. Has the label backend for each backend override being used.
govuk_mirror_response_status_code: An HTTP status code representing the response status of the page referenced by the MIRROR_AVAILABILITY_URL. Has the label backend for each backend override being used.
Usage
Configuration is handled through environment variables as listed below:
MIRROR_FRESHNESS_URL: Specifies the URL to probe for Mirror freshness.