The Performance Platform was retired in March 2021. This repo is no longer actively maintained by the GOV.UK Pay team.
The GOV.UK Pay performance platform metric publisher.
pay-performance-platform is a Python 2.7 script which populates GOV.UK Pay's public performance dashboard.
The script can be run independently with
python pay-performance_platform.py
or as part of a scheduled Lambda function, or by AWS Config.
| Varible | Default | Purpose |
|---|---|---|
| DATASET_BEARER_TOKEN | Bearer token required by GOV.UK's performance platform dataset. | |
| SUMO_ACCESS_ID | Logging providers access id. | |
| SUMO_ACCESS_KEY | Logging providers access key. | |
| ENCRYPTED | false | Determines whether Env Vars are AWS encrypted. |
| and whether the code needs to decrypt them using Boto3. |