Skip to content

Commit

Permalink
feat: add gcp cloud functions and app engine dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed Oct 23, 2024
1 parent 75ac0c9 commit 7cd0f8c
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 0 deletions.
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.

0 comments on commit 7cd0f8c

Please sign in to comment.