mirror of
https://github.com/SigNoz/signoz.git
synced 2026-07-04 05:40:31 +01:00
* feat: adding cloud integration API changes for GCP * chore: generating openapi specs * fix: integration tests * ci: fixing golang ci lint
28 lines
550 B
JSON
28 lines
550 B
JSON
{
|
|
"id": "cloudsql",
|
|
"title": "GCP Cloud SQL",
|
|
"icon": "file://icon.svg",
|
|
"overview": "file://overview.md",
|
|
"supportedSignals": {
|
|
"metrics": true,
|
|
"logs": true
|
|
},
|
|
"dataCollected": {
|
|
"metrics": [],
|
|
"logs": []
|
|
},
|
|
"telemetryCollectionStrategy": {
|
|
"gcp": {}
|
|
},
|
|
"assets": {
|
|
"dashboards": [
|
|
{
|
|
"id": "overview",
|
|
"title": "GCP Cloud SQL Overview",
|
|
"description": "Overview of GCP Cloud SQL metrics",
|
|
"definition": "file://assets/dashboards/overview.json"
|
|
}
|
|
]
|
|
}
|
|
}
|