mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-18 09:20:41 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
cacheci / tests (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
<!--A few plain bullets saying what changed and why, for a reviewer skimming it - not a wall of text, not a restatement of the diff, not generated boilerplate.--> #### Description Disabling logs support for all GCP integration services. Reasons: 1. googlecloudpubsubpush receiver needs to reach Alpha stability, thus not included in contrib build -> can't suggest for logs 2. signoz otel collector includes this receiver in the build but it needs upgrade to v0.158.0 for a metrics related [fix](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/49826) -> needs more testing hence can't suggest either Decision was taken to go ahead without logs for now - follow [ticket here](https://github.com/SigNoz/platform-pod/issues/2901) for details. <!--Reference issues using `Closes #issue-number` to enable automatic closure on merge. --> #### Contributes to https://github.com/SigNoz/platform-pod/issues/2901 <!--Anything reviewers should keep in mind while reviewing --> #### Additional Information The explanation above should be enough <!--Please delete paragraphs that you did not use before submitting.-->
125 lines
3.1 KiB
JSON
125 lines
3.1 KiB
JSON
{
|
|
"id": "computeengine",
|
|
"title": "GCP Compute Engine",
|
|
"icon": "file://icon.svg",
|
|
"overview": "file://overview.md",
|
|
"supportedSignals": {
|
|
"metrics": true,
|
|
"logs": false
|
|
},
|
|
"dataCollected": {
|
|
"metrics": [
|
|
{
|
|
"name": "compute.googleapis.com/instance/uptime_total",
|
|
"unit": "Seconds",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/cpu/utilization",
|
|
"unit": "Percent",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/guest/memory/bytes_used",
|
|
"unit": "Bytes",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/guest/memory/percent_used",
|
|
"unit": "Percent",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "agent.googleapis.com/memory/percent_used",
|
|
"unit": "Percent",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/disk/average_io_latency",
|
|
"unit": "Microseconds",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/disk/read_bytes_count",
|
|
"unit": "Bytes",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/disk/write_bytes_count",
|
|
"unit": "Bytes",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/disk/read_ops_count",
|
|
"unit": "Count",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/disk/write_ops_count",
|
|
"unit": "Count",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/disk/performance_status",
|
|
"unit": "None",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/network/received_bytes_count",
|
|
"unit": "Bytes",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/network/sent_bytes_count",
|
|
"unit": "Bytes",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/network/received_packets_count",
|
|
"unit": "Count",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/instance/network/sent_packets_count",
|
|
"unit": "Count",
|
|
"type": "Sum",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "compute.googleapis.com/firewall/dropped_packets_count",
|
|
"unit": "Count",
|
|
"type": "Sum",
|
|
"description": ""
|
|
}
|
|
],
|
|
"logs": []
|
|
},
|
|
"telemetryCollectionStrategy": {
|
|
"gcp": {}
|
|
},
|
|
"assets": {
|
|
"dashboards": [
|
|
{
|
|
"id": "overview",
|
|
"title": "GCP Compute Engine Overview",
|
|
"description": "Overview of GCP Compute Engine metrics",
|
|
"definition": "file://assets/dashboards/overview.json"
|
|
}
|
|
]
|
|
}
|
|
}
|