You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/cloudwatch.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,20 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
11
11
/>
12
12
13
13
{/* MANUAL-CONTENT-START:intro */}
14
-
[AWS CloudWatch](https://aws.amazon.com/cloudwatch/) is a monitoring and observability service that provides data and actionable insights for AWS resources, applications, and services. CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, giving you a unified view of your AWS environment.
14
+
[Amazon CloudWatch](https://aws.amazon.com/cloudwatch/) is a monitoring and observability service that collects and tracks metrics, collects and monitors log files, and sets alarms for your AWS resources. CloudWatch provides a unified view of operational health across your AWS infrastructure and applications.
15
15
16
16
With the CloudWatch integration, you can:
17
17
18
-
-**Query Logs (Insights)**: Run CloudWatch Log Insights queries against one or more log groups to analyze log data with a powerful query language
19
-
-**Describe Log Groups**: List available CloudWatch log groups in your account, optionally filtered by name prefix
20
-
-**Get Log Events**: Retrieve log events from a specific log stream within a log group
21
-
-**Describe Log Streams**: List log streams within a log group, ordered by last event time or filtered by name prefix
22
-
-**List Metrics**: Browse available CloudWatch metrics, optionally filtered by namespace, metric name, or recent activity
23
-
-**Get Metric Statistics**: Retrieve statistical data for a metric over a specified time range with configurable granularity
24
-
-**Publish Metric**: Publish custom metric data points to CloudWatch for your own application monitoring
25
-
-**Describe Alarms**: List and filter CloudWatch alarms by name prefix, state, or alarm type
18
+
-**Query Logs (Insights)**: Run powerful CloudWatch Log Insights queries across one or more log groups to search, analyze, and visualize your log data
19
+
-**Describe Log Groups**: List available log groups in your account with metadata like stored bytes, retention settings, and creation time
20
+
-**Get Log Events**: Retrieve individual log events from a specific log stream with optional time range filtering
21
+
-**Describe Log Streams**: List log streams within a log group, sorted by last event time or filtered by name prefix
22
+
-**List Metrics**: Browse available CloudWatch metrics, filtered by namespace or metric name, with support for recently active metrics
23
+
-**Get Metric Statistics**: Retrieve statistical data (average, sum, min, max, sample count) for a metric over a specified time range and period
24
+
-**Publish Metric**: Publish custom metric data points to CloudWatch with optional units and dimensions
25
+
-**Describe Alarms**: List and filter CloudWatch alarms by name prefix, state (OK, ALARM, INSUFFICIENT_DATA), or type (Metric, Composite)
26
26
27
-
In Sim, the CloudWatch integration enables your agents to monitor AWS infrastructure, analyze application logs, track custom metrics, and respond to alarm states as part of automated DevOps and SRE workflows. This is especially powerful when combined with other AWS integrations like CloudFormation and SNS for end-to-end infrastructure management.
27
+
In Sim, the CloudWatch integration enables your agents to monitor application health, analyze logs for errors, track custom business metrics, and respond to alarm states as part of automated observability and incident response workflows. This pairs well with CloudFormation for infrastructure monitoring and SNS for alerting.
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workspace-header/workspace-header.tsx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,9 @@ export function WorkspaceHeader({
description: 'Query and monitor AWS CloudWatch logs, metrics, and alarms',
28
28
longDescription:
29
29
'Integrate AWS CloudWatch into workflows. Run Log Insights queries, list log groups, retrieve log events, list and get metrics, and monitor alarms. Requires AWS access key and secret access key.',
0 commit comments