feat(gcp): add GCP Cloud SQL monitoring dashboard (OTLP v1)#282
Open
chengyixu wants to merge 1 commit intoSigNoz:mainfrom
Open
feat(gcp): add GCP Cloud SQL monitoring dashboard (OTLP v1)#282chengyixu wants to merge 1 commit intoSigNoz:mainfrom
chengyixu wants to merge 1 commit 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>
Author
|
Hi team! This GCP Cloud SQL monitoring dashboard covers connection counts, query latency, CPU/memory/disk utilization, and replication lag using standard OTLP metrics. Ready for review! |
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 comprehensive GCP Cloud SQL monitoring dashboard for SigNoz.
Closes SigNoz/signoz#6387 (GCP Cloud SQL Dashboard Request)
Dashboard Details
File:
gcp/cloud-sql/gcp-cloud-sql-otlp-v1.jsonFormat: SigNoz v3 dashboard JSON (OTLP)
Panels: 15 panels across 5 sections
Sections
Variables
deployment.environment— filter by envproject_id— GCP Project IDdatabase_id— Cloud SQL instance ID (format:project:region:instance)Metric Namespaces
All metrics use the
cloudsql.googleapis.com/database/*namespace, collected via the GCP Monitoring receiver in the OTel collector contrib.Changes
gcp/cloud-sql/gcp-cloud-sql-otlp-v1.json— SigNoz v3 dashboard JSONgcp/cloud-sql/README.md— Setup guide with OTel collector config, metric reference, import instructionsCo-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com