agent-platform-alert-configuration

Configure dynamic Vertex AI Agent Platform alert policies with Terraform and PromQL.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-alert-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-alert-configuration
Source: https://github.com/wangx7/skills-collection/tree/main/google-skills/skills/cloud/agent-platform-alert-configuration
Command: npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-alert-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-monitoring, google-cloud-aiplatform, google-auth, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill eliminates alert noise and monitoring blind spots for AI agents deployed on Google Cloud Vertex AI Agent Platform by replacing static thresholds with dynamic, statistically-adapted alerting policies that understand traffic patterns.

Core Features & Use Cases

  • Dynamic Latency Alerting: Automatically selects Z-Score, Moving Averages, or Seasonal Decomposition algorithms based on live traffic analysis.
  • SLO-Based Error Rate Monitoring: Implements Multi-Window Multi-Burn Rate SLOs to catch both fast-burning and slow-burning error rate anomalies.
  • Quality Metric Monitoring: Provisions Online Monitors and configures alerts for response quality, tool use, and hallucination scores.
  • Terraform Generation: Produces validated, production-ready Terraform configurations for alert policies.
  • Use Case: An ML engineer deploying a new reasoning engine agent can use this skill to automatically generate and deploy a complete monitoring stack with appropriate alerting strategies without manually writing PromQL or Terraform.

Quick Start

Use the agent-platform-alert-configuration skill to generate Terraform alert policies for your Vertex AI Reasoning Engine agent by providing your GCP project ID and agent resource name.

Frequently Asked Questions about agent-platform-alert-configuration

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

FAQPage Schema
How do I configure dynamic threshold alerting for Vertex AI agents?

To configure dynamic threshold alerting for Vertex AI agents, this skill generates Terraform configurations using PromQL queries that apply Z-Score, Moving Averages, or Seasonal Decomposition algorithms based on live traffic analysis.

What is the best way to monitor SLO error rates for Google Cloud Vertex AI agents?

The best way to monitor SLO error rates for Vertex AI agents is implementing Multi-Window Multi-Burn Rate SLOs, which this skill configures via Terraform to catch both fast-burning and slow-burning error rate anomalies automatically.

How do I set up alerts for Vertex AI agent quality metrics like hallucination scores?

To set up alerts for Vertex AI agent quality metrics, this skill provisions Online Monitors and configures alert policies for response quality, tool use, and hallucination scores using Terraform infrastructure-as-code.

Do I need Terraform and GCP credentials to generate alert policies for Vertex AI?

Yes, you need Terraform installation and GCP project credentials to generate and deploy production-ready alert policies for Vertex AI Agent Platform, along with your agent resource name and optional Online Monitor provisioning.

Why do static threshold alerts cause noise for Vertex AI agent monitoring?

Static threshold alerts cause noise for Vertex AI agent monitoring because they fail to adapt to traffic patterns, whereas dynamic statistically-adapted alerting policies automatically select appropriate algorithms to eliminate false positives.

Can I use PromQL queries to monitor Vertex AI agent latency in production?

Yes, you can use PromQL queries to monitor Vertex AI agent latency in production by generating validated Terraform alert policies that automatically select Z-Score, Moving Averages, or Seasonal Decomposition algorithms for dynamic threshold alerting.