Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: GCP Compute Engine Dashboard #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions gcp/compute-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# GCP Compute Engine Dashboard - OTLP

## Data Ingestion

### Integrate GCP Compute Engine with OpenTelemetry Collector

Follow the instructions on the SigNoz's GCP Compute Engine Metrics [page](https://signoz.io/docs/gcp-monitoring/compute-engine/metrics/) about integrating OpenTelemetry with GCP Compute Engine to fetch metrics.

## Dashboard panels

## Variables

- `{{deployment.environment}}`: The deployment environment for the service.
- `{{project_id}}`: GCP Project ID.

### Sections

- Instances
- Total Active GCE Instances - `compute_googleapis_com_instance_uptime_total`
- GCE Instances Running by Zone - `compute_googleapis_com_instance_uptime_total`
- Instance Uptime - `compute_googleapis_com_instance_uptime_total`
- Screenshot of Instances Metrics Section - ![Instances Metrics Screenshot](assets/instances_metrics.png)
- CPU Metrics
- CPU Usage Time - `compute_googleapis_com_instance_cpu_usage_time`
- CPU Utilization - `compute_googleapis_com_instance_cpu_utilization`
- Screenshot of CPU Metrics Section - ![CPU Metrics Screenshot](assets/cpu_metrics.png)
- Memory Metrics
- Memory Used - `compute_googleapis_com_instance_memory_balloon_ram_used` and `compute_googleapis_com_instance_memory_balloon_ram_size`
- Free Memory - `compute_googleapis_com_instance_memory_balloon_ram_used` and `compute_googleapis_com_instance_memory_balloon_ram_size`
- Screeenshot of Memory Metrics Section - ![Memory Metrics Screenshot](assets/memory_metrics.png)
- Disk Metrics
- Read I/O - `compute_googleapis_com_instance_disk_read_ops_count`
- Write I/O - `compute_googleapis_com_instance_disk_write_ops_count`
- Screenshot of Disk Metrics Section - ![Disk Metrics Screenshot](assets/disk_metrics.png)
- Network Metrics
- Incoming I/O - `compute_googleapis_com_instance_network_received_bytes_count`
- Outgoing I/O - `compute_googleapis_com_instance_network_sent_bytes_count`
- Screenshot of Network Metrics Section - ![Network Metrics Screenshot](assets/network_metrics.png)
- Firewall Metrics
- Dropped Bytes - `compute_googleapis_com_firewall_dropped_bytes_count`
- Dropped Packets - `compute_googleapis_com_firewall_dropped_packets_count`
- Screenshot of Firewall Metrics Section - ![Firewall Metrics Screenshot](assets/firewall_metrics.png)
Binary file added gcp/compute-engine/assets/cpu_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gcp/compute-engine/assets/disk_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gcp/compute-engine/assets/firewall_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gcp/compute-engine/assets/instances_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gcp/compute-engine/assets/memory_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gcp/compute-engine/assets/network_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions gcp/compute-engine/compute-engine-otlp-v1.json

Large diffs are not rendered by default.