cloudwatch

仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

便于为应用设置监控与告警,提升故障排查与可观测性效率。

▸ 风险提示

需 AWS 凭据,配置或查询可能涉及敏感日志与产生费用。

这个 Skill 做什么

管理 AWS CloudWatch 的日志、指标、报警与仪表盘的实用指南与脚本。

管理 CloudWatch 的日志、指标、告警和仪表盘,包含配置、查询和排错的实用操作与脚本。常在搭监控、写 Insights 日志查询、建报警规则或做 Dashboard 可视化时用到,能把监控需求落地成具体配置。特点是覆盖从日志过滤到告警策略的端到端实践,方便快速排查和自动化运维。

▸ 展开 SKILL.md 英文原文

AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.

开发编程监控CloudWatch日志告警通用
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cloudwatch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cloudwatch/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS CloudWatch

Amazon CloudWatch provides monitoring and observability for AWS resources and applications. It collects metrics, logs, and events, enabling you to monitor, troubleshoot, and optimize your AWS environment.

## Table of Contents

- [Core Concepts](#core-concepts)
- [Common Patterns](#common-patterns)
- [CLI Reference](#cli-reference)
- [Best Practices](#best-practices)
- [Troubleshooting](#troubleshooting)
- [References](#references)

## Core Concepts

### Metrics

Time-ordered data points published to CloudWatch. Key components:
- **Namespace**: Container for metrics (e.g., `AWS/Lambda`)
- **Metric name**: Name of the measurement (e.g., `Invocations`)
- **Dimensions**: Name-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有