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: add gcp cloud functions and app engine dashboards #94

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
29 changes: 29 additions & 0 deletions gcp/app-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# GCP App Engine Dashboard - OTLP

## Data Ingestion

### Integrate GCP App Engine with OpenTelemetry Collector and SigNoz

Follow the instructions [here](https://signoz.io/docs/gcp-monitoring/app-engine/metrics/) about integrating OpenTelemetry with GCP App Engine.

## Dashboard panels

## Variables

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

### Sections

- Instance Metrics
- Instance CPU Utilization - `appengine_googleapis_com_flex_instance_cpu_utilization`
- Screenshot of Instance Metrics Section - ![GCP App Engine Instance Metrics Section Screenshot](assets/instance-metrics-section.png)
- Network Section
- Received Bytes Count - `appengine_googleapis_com_flex_instance_network_received_bytes_count`
- Sent Bytes Count - `appengine_googleapis_com_flex_instance_network_sent_bytes_count`
- Screenshot of Network Section - ![GCP App Engine Network Section Screenshot](assets/network-section.png)
- HTTP Server Section
- Response Count - `appengine_googleapis_com_http_server_response_count`
- Response Latencies - `appengine_googleapis_com_http_server_response_latencies`
- Quota Denial Count - `appengine_googleapis_com_http_server_quota_denial_count`
- Screenshot of HTTP Server Section - ![GCP App Engine HTTP Server Section Screenshot](assets/http-server-section.png)
Empty file.
Binary file added gcp/app-engine/assets/http-server-section.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/app-engine/assets/network-section.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions gcp/cloud-functions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GCP Cloud Functions Dashboard - OTLP

## Data Ingestion

### Integrate GCP Cloud Functions with OpenTelemetry Collector and SigNoz

Follow the instructions [here](https://signoz.io/docs/gcp-monitoring/gcp-fns/fns-metrics/) about integrating OpenTelemetry with GCP Cloud Functions.

## Dashboard panels

## Variables

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


### Sections

- Execution Count - `cloudfunctions_googleapis_com_function_execution_count`
- Execution Times - `cloudfunctions_googleapis_com_function_execution_times`
- Instance Count - `cloudfunctions_googleapis_com_function_instance_count`
- Active Instances - `cloudfunctions_googleapis_com_function_active_instances`
- User Memory Bytes - `cloudfunctions_googleapis_com_function_user_memory_bytes`
- Network Egress - `cloudfunctions_googleapis_com_function_network_egress`
- Screenshot of GCP Cloud Functions Dashboard - ![GCP Cloud Functions Dashboard Screenshot](assets/dashboard-cloud-function.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/cloud-functions/cloud-functions-otlp-v1.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions gcp/compute-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# GCP Compute Engine Dashboard - OTLP

## Data Ingestion

### Integrate GCP Compute Engine with OpenTelemetry Collector and SigNoz

Follow the instructions [here](https://signoz.io/docs/gcp-monitoring/compute-engine/metrics/) about integrating OpenTelemetry with GCP Compute Engine.

## Dashboard panels

## Variables

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

### Sections

- CPU Metrics Section
- CPU Usage Time - `compute_googleapis_com_instance_cpu_usage_time`
- CPU Utilization - `compute_googleapis_com_instance_cpu_utilization`
- Screenshot of CPU Metrics Section - ![GCP Compute Engine CPU Metrics Section Screenshot](assets/cpu-metrics-section.png)
- Disk Metrics Section
- Read Operations Count - `compute_googleapis_com_instance_disk_read_ops_count`
- Write Operations Count - `compute_googleapis_com_instance_disk_write_ops_count`
- Screenshot of Disk Metrics Section - ![GCP Compute Engine Disk Metrics Section Screenshot](assets/disk-metrics-section.png)
- Network Metrics Section
- Received Bytes Count - `compute_googleapis_com_instance_network_received_bytes_count`
- Sent Bytes Count - `compute_googleapis_com_instance_network_sent_bytes_count`
- Screenshot of Network Metrics Section - ![GCP App Engine Network Metrics Section Screenshot](assets/network-metrics-section.png)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.