gcp-monitoring-query-metrics
Query Google Cloud Monitoring metrics by applying a filter, time range, and alignment period to retrieve time-series data for analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | The filter to apply to metrics | |
| endTime | No | End time in ISO format (defaults to now) | |
| startTime | Yes | Start time in ISO format or relative time (e.g., "1h", "2d") | |
| alignmentPeriod | No | Alignment period (e.g., "60s", "300s") |