cloud-sql-sqlserver-monitor

Analyze Google Cloud SQL for SQL Server performance metrics via PromQL queries.

2|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-sqlserver-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-sql-sqlserver-monitor
Source: https://github.com/interflownex/All-in-One/tree/main/.gemini/skills/cloud-sql-sqlserver-monitor
Command: npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-sqlserver-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @toolbox-sdk/server, and includes scripts (resource) components.

What problem does it solve?

This skill addresses the difficulty of troubleshooting performance bottlenecks and monitoring system health in Google Cloud SQL for SQL Server instances by providing direct access to PromQL-based metrics.

Core Features & Use Cases

  • System Metrics Retrieval: Fetches granular timeseries data for CPU, memory, disk I/O, and network throughput.
  • Performance Analysis: Enables complex queries like top-K analysis, mean/max/min calculations, and percentile aggregation to identify resource contention.
  • Use Case: Use this skill to diagnose high latency by querying SQL Server buffer cache hit ratios or identifying blocked processes during peak traffic hours.

Quick Start

Use the cloud-sql-sqlserver-monitor skill to fetch the average CPU utilization for my-instance-id in project my-project-id over the last five minutes.

Frequently Asked Questions about cloud-sql-sqlserver-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Cloud SQL for SQL Server performance metrics?

To monitor Cloud SQL for SQL Server performance metrics, execute PromQL queries against cloudmonitoring timeseries data to fetch CPU, memory, disk I/O, and network throughput for resource utilization analysis.

How does PromQL help troubleshoot slow database queries in Cloud SQL?

PromQL helps troubleshoot slow database queries by running complex aggregations like top-K analysis and percentile calculations on timeseries data to identify transaction bottlenecks and resource contention.

What do I need to diagnose high latency in my Google Cloud SQL instance?

Diagnosing high latency requires valid Google Cloud project identifiers and instance-specific metric labels to query SQL Server buffer cache hit ratios and generate accurate diagnostic reports.

Can I identify blocked processes during peak traffic hours using cloudmonitoring timeseries data?

Yes, you can identify blocked processes during peak traffic by querying cloudmonitoring timeseries data with aggregations to pinpoint transaction bottlenecks and resource contention.

What are the limitations of analyzing SQL Server metrics with PromQL?

PromQL analysis requires valid Google Cloud project identifiers and instance-specific metric labels; without these, it cannot generate accurate diagnostic reports for SQL Server resource utilization.