
Google Cloud Query
CertifiedQuery Cloud Monitoring time series
Google Cloud Query
Query Cloud Monitoring time series
Fetches time series matching the rendered filter over the window lookback (default 5 minutes) using Cloud Monitoring. Returns the raw series list and the total count. Supports custom project, service account, and scopes.
type: io.kestra.plugin.gcp.monitoring.QueryExamples
Query CPU utilization over the last 5 minutes
id: gcp_monitoring_query
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.gcp.monitoring.Query
projectId: "my-project"
filter: metric.type="compute.googleapis.com/instance/cpu/utilization"
window: PT5M
Properties
filter *Requiredstring
Filter expression
Cloud Monitoring filter string rendered before execution; required
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
window string
PT5MQuery window
Lookback duration for the time interval; defaults to 5 minutes
Outputs
count integer
Total number of time series fetched
Count of time series returned by the Cloud Monitoring query
series array
List of time series
Raw Cloud Monitoring time series in JSON form