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
feat(client-application-signals): CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.
<p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p>
28
24
</li>
29
25
</ul>
26
+
<p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries,
27
+
and application names within dashboards and maps.</p>
* <p>This is a Preview release of the Application Signals API Reference. Operations and parameters are subject to change before the general availability
327
-
* release.</p>
328
-
* </important>
329
-
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
325
+
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
330
326
* It enables real-time service health dashboards and helps you track long-term performance trends against your business goals.
331
327
* The application-centric view provides you with unified visibility across your applications, services, and
332
328
* dependencies, so you can proactively monitor and efficiently triage any issues that may arise,
* <p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p>
344
340
* </li>
345
341
* </ul>
342
+
* <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries,
343
+
* and application names within dashboards and maps.</p>
* <p>This is a Preview release of the Application Signals API Reference. Operations and parameters are subject to change before the general availability
326
-
* release.</p>
327
-
* </important>
328
-
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
324
+
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
329
325
* It enables real-time service health dashboards and helps you track long-term performance trends against your business goals.
330
326
* The application-centric view provides you with unified visibility across your applications, services, and
331
327
* dependencies, so you can proactively monitor and efficiently triage any issues that may arise,
* <p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p>
343
339
* </li>
344
340
* </ul>
341
+
* <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries,
342
+
* and application names within dashboards and maps.</p>
Copy file name to clipboardExpand all lines: clients/client-application-signals/src/index.ts
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
1
// smithy-typescript generated code
2
2
/* eslint-disable */
3
3
/**
4
-
* <important>
5
-
* <p>This is a Preview release of the Application Signals API Reference. Operations and parameters are subject to change before the general availability
6
-
* release.</p>
7
-
* </important>
8
-
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
4
+
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
9
5
* It enables real-time service health dashboards and helps you track long-term performance trends against your business goals.
10
6
* The application-centric view provides you with unified visibility across your applications, services, and
11
7
* dependencies, so you can proactively monitor and efficiently triage any issues that may arise,
@@ -22,6 +18,8 @@
22
18
* <p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p>
23
19
* </li>
24
20
* </ul>
21
+
* <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries,
22
+
* and application names within dashboards and maps.</p>
0 commit comments