mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
30 lines
653 B
JSON
30 lines
653 B
JSON
|
|
{
|
||
|
|
"id": "rds-postgres",
|
||
|
|
"title": "RDS Postgres",
|
||
|
|
"icon": "file://icon.svg",
|
||
|
|
"overview": "file://overview.md",
|
||
|
|
"assets": {
|
||
|
|
"dashboards": []
|
||
|
|
},
|
||
|
|
"supported_signals": {
|
||
|
|
"metrics": true,
|
||
|
|
"logs": true
|
||
|
|
},
|
||
|
|
"data_collected": {
|
||
|
|
"metrics": [
|
||
|
|
{
|
||
|
|
"name": "rds_postgres_cpuutilization_average",
|
||
|
|
"type": "Gauge",
|
||
|
|
"unit": "number",
|
||
|
|
"description": "CloudWatch metric CPUUtilization"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "rds_postgres_cpuutilization_maximum",
|
||
|
|
"type": "Gauge",
|
||
|
|
"unit": "number",
|
||
|
|
"description": "CloudWatch metric CPUUtilization"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"logs": []
|
||
|
|
}
|
||
|
|
}
|