feat(gcp): add GCP Cloud Load Balancer monitoring dashboard (OTLP v1)#285
Open
chengyixu wants to merge 1 commit intoSigNoz:mainfrom
Open
feat(gcp): add GCP Cloud Load Balancer monitoring dashboard (OTLP v1)#285chengyixu wants to merge 1 commit intoSigNoz:mainfrom
chengyixu wants to merge 1 commit intoSigNoz:mainfrom
Conversation
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>
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. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonFormat: SigNoz v3 OTLP
Panels: 7 panels across 3 sections
Sections
Variables
deployment.environment— environment filterproject_id— GCP Project IDforwarding_rule_name— load balancer forwarding ruleMetric Namespace
loadbalancing.googleapis.com/https/*via GCP monitoring OTel receiver.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com