Extracts error rate information from graphite.
- Error count: The total number of 5xx errors encountered within a 10m window.
- Total response count: The total number of responses served within a 10m window.
- Error rate: The error count as a percentage of total responses.
Install dependencies using pipenv.
This script assumes the machine running it can access graphite.
pipenv run python run_summary.py
You can check the data quality with:
pipenv run lint_data.py output/*.csv