Skip to content

feat(gcp): add GCP Cloud Storage (GCS) monitoring dashboard (OTLP v1)#284

Open
chengyixu wants to merge 2 commits intoSigNoz:mainfrom
chengyixu:feat/gcp-cloud-storage-dashboard
Open

feat(gcp): add GCP Cloud Storage (GCS) monitoring dashboard (OTLP v1)#284
chengyixu wants to merge 2 commits intoSigNoz:mainfrom
chengyixu:feat/gcp-cloud-storage-dashboard

Conversation

@chengyixu
Copy link
Copy Markdown

Description

Adds a GCP Cloud Storage bucket monitoring dashboard for SigNoz.

Closes SigNoz/signoz#6385 (GCP Cloud Storage Dashboard Request)

Dashboard Details

File: gcp/cloud-storage/gcp-cloud-storage-otlp-v1.json
Format: SigNoz v3 OTLP
Panels: 5 panels across 3 sections

Sections

Section Panels
Storage Total bytes stored, object count
Requests API request count (delta)
Network Bytes received, bytes sent

Variables

  • deployment.environment — environment filter
  • project_id — GCP Project ID
  • bucket_name — GCS bucket name

Metric Namespace

storage.googleapis.com/storage/* collected via GCP monitoring OTel receiver.

Changes

  • gcp/cloud-storage/gcp-cloud-storage-otlp-v1.json — SigNoz v3 dashboard JSON
  • gcp/cloud-storage/README.md — OTel collector config + metric reference

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

chengyixu and others added 2 commits March 29, 2026 14:38
Adds a comprehensive SigNoz v3 dashboard for GCP Cloud SQL instances.

Covers 15 panels across 5 sections:
- Overview: CPU/memory/disk utilization, disk bytes used
- Network: received bytes, sent bytes, active connections
- PostgreSQL: backends, blocks read, cache hits, transaction count
- MySQL: queries/sec, InnoDB pages read, replication lag
- Replication: replica byte lag

Variables: deployment.environment, project_id, database_id
Metric source: cloudsql.googleapis.com/* via GCP monitoring receiver
Format: SigNoz v3 dashboard JSON (OTLP)

Related issue: SigNoz/signoz#6387

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds SigNoz v3 dashboard for Google Cloud Storage bucket monitoring.

Panels (5 across 3 sections):
- Storage: total bytes, object count
- Requests: API request count by method/response code
- Network: bytes received, bytes sent

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

Related: SigNoz/signoz#6385

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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 Storage Dashboard

1 participant