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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ We use:
43
43
44
44
*[`helm unittest`](https://github.com/helm-unittest/helm-unittest) for Helm chart tests
45
45
46
+
*[Jsonnet](https://jsonnet.org/) and [Grafonnet](https://github.com/grafana/grafonnet) to manage dashboards as code. See [Grafana dashboards README](configs/grafana/README.md)
47
+
46
48
## Pull Request Checklist
47
49
48
50
* Branch from the `main` branch and, if needed, rebase to the current main branch before submitting your pull request. If it doesn't merge cleanly with main you may be asked to rebase your changes.
| rds_cpu_usage_percent_average |`aws_account_id`, `aws_region`, `dbidentifier`| Instance CPU used |
51
55
| rds_database_connections_average |`aws_account_id`, `aws_region`, `dbidentifier`| The number of client network connections to the database instance |
52
56
| rds_dbload_average |`aws_account_id`, `aws_region`, `dbidentifier`| Number of active sessions for the DB engine |
@@ -59,7 +63,7 @@ It collects key metrics about:
59
63
| rds_instance_age_seconds |`aws_account_id`, `aws_region`, `dbidentifier`| Time since instance creation |
60
64
| rds_instance_baseline_iops_average |`aws_account_id`, `aws_region`, `instance_class`| Baseline IOPS of underlying EC2 instance class |
61
65
| rds_instance_baseline_throughput_bytes |`aws_account_id`, `aws_region`, `instance_class`| Baseline throughput of underlying EC2 instance class |
| rds_instance_log_files_size_bytes |`aws_account_id`, `aws_region`, `dbidentifier`| Total of log files on the instance |
64
68
| rds_instance_max_iops_average |`aws_account_id`, `aws_region`, `instance_class`| Maximum IOPS of underlying EC2 instance class |
65
69
| rds_instance_max_throughput_bytes |`aws_account_id`, `aws_region`, `instance_class`| Maximum throughput of underlying EC2 instance class |
@@ -78,6 +82,7 @@ It collects key metrics about:
78
82
| rds_read_throughput_bytes |`aws_account_id`, `aws_region`, `dbidentifier`| Average number of bytes read from disk per second |
79
83
| rds_replica_lag_seconds |`aws_account_id`, `aws_region`, `dbidentifier`| For read replica configurations, the amount of time a read replica DB instance lags behind the source DB instance. Applies to MariaDB, Microsoft SQL Server, MySQL, Oracle, and PostgreSQL read replicas |
80
84
| rds_replication_slot_disk_usage_bytes |`aws_account_id`, `aws_region`, `dbidentifier`| Disk space used by replication slot files. Applies to PostgreSQL |
85
+
| rds_serverless_instance_acu_average |`aws_account_id`, `aws_region`, `dbidentifier`| Current ACU of the Aurora Serverless instance |
81
86
| rds_swap_usage_bytes |`aws_account_id`, `aws_region`, `dbidentifier`| Amount of swap space used on the DB instance. This metric is not available for SQL Server |
82
87
| rds_transaction_logs_disk_usage_bytes |`aws_account_id`, `aws_region`, `dbidentifier`| Disk space used by transaction logs (only on PostgreSQL) |
83
88
| rds_usage_allocated_storage_bytes |`aws_account_id`, `aws_region`| Total storage used by AWS RDS instances |
Configuration could be defined in [prometheus-rds-exporter.yaml](https://github.com/qonto/prometheus-rds-exporter/blob/main/configs/prometheus-rds-exporter/prometheus-rds-exporter.yaml) or environment variables (format `PROMETHEUS_RDS_EXPORTER_<PARAMETER_NAME>`).
| collect-serverless-logs-size | Collect AWS instances logs size for serverless DB instance (AWS RDS API). Prevents RDS serverless DB instances from going to zero | false |
0 commit comments