Refer to the exhibit.
```
{
"monitoredResource": {
"type": "k8s_container",
"labels": {
"project_id": "my-project",
"location": "us-central1",
"cluster_name": "prod-cluster",
"namespace_name": "default",
"pod_name": "api-server-7d8f9c",
"container_name": "api-server"
}
},
"interval": {
"startTime": "2025-02-10T10:00:00Z",
"endTime": "2025-02-10T11:00:00Z"
},
"aggregation": {
"alignmentPeriod": "60s",
"perSeriesAligner": "ALIGN_MEAN",
"crossSeriesReducer": "REDUCE_SUM"
},
"filter": "metric.type="kubernetes.io/container/cpu/core_usage_time" AND resource.labels.container_name="api-server"",
"metric": {
"type": "kubernetes.io/container/cpu/core_usage_time"
}
}