-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add gcp cloud functions and app engine dashboards
- Loading branch information
1 parent
75ac0c9
commit 7cd0f8c
Showing
8 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Large diffs are not rendered by default.
Oops, something went wrong.