You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| rds_instance_status |`aws_account_id`, `aws_region`, `dbidentifier`| Instance status ([refer to supported status list](#supported-rds-status)) |
68
68
| rds_instance_tags |`aws_account_id`, `aws_region`, `dbidentifier`, `tag_<AWS_TAG>`... | AWS tags attached to the instance |
69
69
| rds_instance_vcpu_average |`aws_account_id`, `aws_region`, `instance_class`| Total vCPU for this instance class |
70
70
| rds_max_allocated_storage_bytes |`aws_account_id`, `aws_region`, `dbidentifier`| Upper limit in gibibytes to which Amazon RDS can automatically scale the storage of the DB instance |
@@ -124,6 +124,28 @@ It collects key metrics about:
124
124
125
125
</details>
126
126
127
+
### Supported RDS status
128
+
129
+
| Id | Meaning |
130
+
| ---: | :----------------------------- |
131
+
| 4 | Modifying |
132
+
| 3 | Starting |
133
+
| 2 | Backing Up |
134
+
| 1 | Available |
135
+
|||
136
+
| 0 | Stopped or can't scrap metrics |
137
+
|||
138
+
| -1 | Unknown status reported by AWS |
139
+
| -2 | Stopping |
140
+
| -3 | Creating |
141
+
| -4 | Deleting |
142
+
| -5 | Rebooting |
143
+
| -6 | Failed |
144
+
| -7 | Storage Full |
145
+
| -8 | Upgrading |
146
+
147
+
_IDs were arbitrarily chosen when building the exporter but as a rule of thumb, all ID ≤0 means that instance isn't available._
0 commit comments