a9s Parachute Metrics
These are all of the metrics provided related to a9s Parachute.
General
Name | Description |
---|---|
error | 0 if the a9s Parachute metrics could be fetched, 1 otherwise |
activated | 1 if the a9s Parachute is activated because at least one disk has reached the configured threshold, 0 otherwise |
metric_fetch_status | 0 if the last metric update is successful, 1 otherwise |
*.parachute.*.*.*.*.error
*.parachute.*.*.*.*.activated
*.parachute.*.*.*.*.metric_fetch_status
Disks
Only the observed devices of the a9s Parachute are monitored:
Mount Point | Name |
---|---|
/var/vcap/data | ephemeral |
/var/vcap/store | persistent |
Name | Description |
---|---|
disk.\<name>.error | 0 if the disk stats could be fetched, 1 otherwise |
disk.\<name>.total | the maximum available amount of disk space in bytes |
disk.\<name>.used | the amount of disk space in bytes currently being used |
disk.\<name>.used_percent | the amount of disk space in percent currently being used |
disk.\<name>.used_threshold | the threshold value in percent of disk space at which the a9s Parachute is activated |
disk.\<name>.free | the amount of disk space in bytes not currently in use |
disk.\<name>.activated | 1 if the a9s Parachute is activated because this disk has reached the configured threshold, 0 otherwise |
*.parachute.*.*.*.*.disk.ephemeral.error
*.parachute.*.*.*.*.disk.ephemeral.total
*.parachute.*.*.*.*.disk.ephemeral.used
*.parachute.*.*.*.*.disk.ephemeral.used_percent
*.parachute.*.*.*.*.disk.ephemeral.used_threshold
*.parachute.*.*.*.*.disk.ephemeral.free
*.parachute.*.*.*.*.disk.ephemeral.activated
*.parachute.*.*.*.*.disk.persistent.error
*.parachute.*.*.*.*.disk.persistent.total
*.parachute.*.*.*.*.disk.persistent.used
*.parachute.*.*.*.*.disk.persistent.used_percent
*.parachute.*.*.*.*.disk.persistent.used_threshold
*.parachute.*.*.*.*.disk.persistent.free
*.parachute.*.*.*.*.disk.persistent.activated