Service Level Indicator monitors for Pivotal Web Services
Calculates percentage of pushes successful over a period of time
- Stable CF CLI
- Config file (see sample below)
- Datadog Account (if you would like to send metrics somewhere)
cat > .config
{
"api": "api.example.com",
"user": "cf-sli",
"pass": "abc123",
"org": "cf-sli",
"space": "dev"
}
{
"app_start_time_in_sec": "Number",
"app_stop_time_in_sec": "Number",
"app_start_status": "Number",
"app_stop_status": "Number"
}
inspired by Google SRE's Service Level Objectives