Collects data about GOV.UK services and produces SLI metrics for use in SLO dashboards.
SLI — service level indicator
a carefully defined quantitative measure of some aspect of the level of service that is provided1
SLO — service level objective
a target value or range of values for a service level that is measured by an SLI1
This is a Ruby script.
In production, it's run from a scheduled task via its ./collect
executable.
bundle exec rubocop
bundle exec rspec
This project requires manual deployment.
More detailed information about deployments...