google/skills✦ 精选0°

cloud-monitoring-metric-selection

仓库创建 2026年4月1日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

适合在不熟悉服务指标时快速定位监控目标与表达式。

▸ 风险提示

依赖实时调用 Metrics API,需网络与查看指标的权限。

这个 Skill 做什么

查询并筛选 Google Cloud Monitoring 的指标描述以找到最相关的监控指标。

帮你在 Google Cloud Monitoring 里找出最相关的监控指标描述(metric descriptors),支持 Compute Engine、BigQuery、Cloud Run、Pub/Sub 等服务。会实时调用 API 拉取最新指标,然后在本地用关键词过滤以筛出最合适的 metric。重要特点是必须查询实时 API,避免用过期指标名单误导选择。

▸ 展开 SKILL.md 英文原文

Retrieve, query, and identify relevant Google Cloud Monitoring metric descriptors for a GCP service or resource (such as Compute Engine, Spanner, BigQuery, Cloud Run, Cloud SQL, Pub/Sub, Cloud Storage, etc.). Use when asked to find, list, search, or discover GCP metric types, names, kind/value schemas, or descriptors.

开发编程指标发现Monitoring搜索通用
1.6w
Stars
1.3k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/google/skills/main/skills/cloud/cloud-monitoring-metric-selection/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/google/skills/main/skills/cloud/cloud-monitoring-metric-selection/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Metric Selection (Service Query & Local Keyword Filtering)

Use this skill to identify the most relevant Google Cloud Monitoring metric
descriptors. It queries all metric descriptors for a target service from the API
and filters them locally inside the agent's context using keyword matching.

## CRITICAL RULES

*   **Always Query Live APIs**: You MUST always retrieve the most up-to-date
    metric descriptors dynamically by calling the `list_metric_descriptors` MCP
    tool.
*   **Mandatory Project ID and Resource Parameter Clarification**: BEFORE
    calling any API tools (such as `list_metric_descriptors`), you MUST ensure
    the GCP Project ID is provided in the prompt, URI, or environ
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有