feat(gcp): add GCP Cloud Storage (GCS) monitoring dashboard (OTLP v1)#284
Open
chengyixu wants to merge 2 commits intoSigNoz:mainfrom
Open
feat(gcp): add GCP Cloud Storage (GCS) monitoring dashboard (OTLP v1)#284chengyixu wants to merge 2 commits intoSigNoz:mainfrom
chengyixu wants to merge 2 commits intoSigNoz:mainfrom
Conversation
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>
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 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.jsonFormat: SigNoz v3 OTLP
Panels: 5 panels across 3 sections
Sections
Variables
deployment.environment— environment filterproject_id— GCP Project IDbucket_name— GCS bucket nameMetric Namespace
storage.googleapis.com/storage/*collected via GCP monitoring OTel receiver.Changes
gcp/cloud-storage/gcp-cloud-storage-otlp-v1.json— SigNoz v3 dashboard JSONgcp/cloud-storage/README.md— OTel collector config + metric referenceCo-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com