Skip to content

feat(gcp): add GCP Cloud Load Balancer monitoring dashboard (OTLP v1)#285

Open
chengyixu wants to merge 1 commit intoSigNoz:mainfrom
chengyixu:feat/gcp-load-balancer-dashboard
Open

feat(gcp): add GCP Cloud Load Balancer monitoring dashboard (OTLP v1)#285
chengyixu wants to merge 1 commit intoSigNoz:mainfrom
chengyixu:feat/gcp-load-balancer-dashboard

Conversation

@chengyixu
Copy link
Copy Markdown

Description

Adds a GCP Cloud Load Balancer monitoring dashboard for SigNoz.

Closes SigNoz/signoz#6386 (GCP Cloud Load Balancer Dashboard Request)

Dashboard Details

File: gcp/cloud-load-balancer/gcp-cloud-load-balancer-otlp-v1.json
Format: SigNoz v3 OTLP
Panels: 7 panels across 3 sections

Sections

Section Panels
Traffic Request count, backend requests, request/response bytes
Latency Total latency, backend latency (avg)
Response Status Response count by HTTP status code class

Variables

  • deployment.environment — environment filter
  • project_id — GCP Project ID
  • forwarding_rule_name — load balancer forwarding rule

Metric Namespace

loadbalancing.googleapis.com/https/* via GCP monitoring OTel receiver.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Adds SigNoz v3 dashboard for GCP HTTPS load balancer monitoring.

Panels (7 across 3 sections):
- Traffic: request count, backend requests, request/response bytes
- Latency: total latency, backend latency (avg distribution)
- Response Status: response count by HTTP status code class

Variables: deployment.environment, project_id, forwarding_rule_name
Metrics: loadbalancing.googleapis.com/* via GCP monitoring OTel receiver

Related: SigNoz/signoz#6386

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chengyixu
Copy link
Copy Markdown
Author

Ready for review! This GCP Cloud Load Balancer dashboard covers request counts, latency, error rates, and backend health using standard OTLP metrics. Let me know if any changes are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dashboard Request] GCP Cloud Load Balancer Dashboard

1 participant