diff --git a/docs/integrations/amazon-aws/amazon-bedrock.md b/docs/integrations/amazon-aws/amazon-bedrock.md
index 1bd72a2e58..2ba2504514 100644
--- a/docs/integrations/amazon-aws/amazon-bedrock.md
+++ b/docs/integrations/amazon-aws/amazon-bedrock.md
@@ -437,3 +437,14 @@ Use this dashboard to:
+## Upgrade/Downgrade the Amazon Bedrock app (Optional)
+
+import AppUpdate from '../../reuse/apps/app-update.md';
+
+
+
+## Uninstalling the Amazon Bedrock app (Optional)
+
+import AppUninstall from '../../reuse/apps/app-uninstall.md';
+
+
\ No newline at end of file
diff --git a/docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md b/docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md
index 7bdc644c8f..0b9ac11c13 100644
--- a/docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md
+++ b/docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md
@@ -217,3 +217,15 @@ Use this dashboard for:
* Optimizing warm pool size and capacity to improve application responsiveness during sudden load increases
+
+## Upgrade/Downgrade the Amazon EC2 Auto Scaling app (Optional)
+
+import AppUpdate from '../../reuse/apps/app-update.md';
+
+
+
+## Uninstalling the Amazon EC2 Auto Scaling app (Optional)
+
+import AppUninstall from '../../reuse/apps/app-uninstall.md';
+
+
\ No newline at end of file
diff --git a/docs/integrations/amazon-aws/amazon-elastic-block-store.md b/docs/integrations/amazon-aws/amazon-elastic-block-store.md
index b722bf0df2..bd960e11e7 100644
--- a/docs/integrations/amazon-aws/amazon-elastic-block-store.md
+++ b/docs/integrations/amazon-aws/amazon-elastic-block-store.md
@@ -79,3 +79,27 @@ Use this dashboard to:
+
+## Create monitors for Amazon Elastic Block Store app
+
+import CreateMonitors from '../../reuse/apps/create-monitors.md';
+
+
+
+### Amazon Elastic Block Store Alerts
+
+| Name | Description | Alert Condition | Recover Condition |
+|:--|:--|:--|:--|
+| `Amazon EBS - Volume Stalled IO Detected` | This alert triggers when the stalled I/O value on a volume is greater than or equal to 1 over a 5-minute interval. A stalled I/O indicates that the volume is unable to complete read or write operations, which could impact the performance or availability of applications relying on the volume. | Count >= 1 | Count < 1 |
+
+## Upgrade/Downgrade the Amazon Elastic Block Store app (Optional)
+
+import AppUpdate from '../../reuse/apps/app-update.md';
+
+
+
+## Uninstalling the Amazon Elastic Block Store app (Optional)
+
+import AppUninstall from '../../reuse/apps/app-uninstall.md';
+
+
\ No newline at end of file
diff --git a/docs/integrations/amazon-aws/amazon-opensearch.md b/docs/integrations/amazon-aws/amazon-opensearch.md
index c818384926..ba22b0a52d 100644
--- a/docs/integrations/amazon-aws/amazon-opensearch.md
+++ b/docs/integrations/amazon-aws/amazon-opensearch.md
@@ -438,3 +438,15 @@ Use this dashboard to:
* Ability to correlate cache metrics with overall system performance.
+
+## Upgrade/Downgrade the Amazon OpenSearch app (Optional)
+
+import AppUpdate from '../../reuse/apps/app-update.md';
+
+
+
+## Uninstalling the Amazon OpenSearch app (Optional)
+
+import AppUninstall from '../../reuse/apps/app-uninstall.md';
+
+
\ No newline at end of file
diff --git a/docs/integrations/saas-cloud/confluent-cloud.md b/docs/integrations/saas-cloud/confluent-cloud.md
index 65c276f045..6064aaba0a 100644
--- a/docs/integrations/saas-cloud/confluent-cloud.md
+++ b/docs/integrations/saas-cloud/confluent-cloud.md
@@ -119,3 +119,15 @@ Use this dashboard to:
* Correlate request counts with operation types to identify unusual spikes or drops in schema-related activities.
+
+## Upgrade/Downgrade the Confluent Cloud app (Optional)
+
+import AppUpdate from '../../reuse/apps/app-update.md';
+
+
+
+## Uninstalling the Confluent Cloud app (Optional)
+
+import AppUninstall from '../../reuse/apps/app-uninstall.md';
+
+
\ No newline at end of file
diff --git a/docs/integrations/webhooks/sentry.md b/docs/integrations/webhooks/sentry.md
index 9fe0031906..26d41ce89b 100644
--- a/docs/integrations/webhooks/sentry.md
+++ b/docs/integrations/webhooks/sentry.md
@@ -4121,6 +4121,19 @@ Use this dashboard to:
+## Create monitors for Sentry app
+
+import CreateMonitors from '../../reuse/apps/create-monitors.md';
+
+
+
+### Sentry Alerts
+
+| Name | Description | Alert Condition | Recover Condition |
+|:--|:--|:--|:--|
+| `Sentry Errors` | This fires upon detection of a new error or exception in the project within a 5-minute timeframe. | Count `>` 0 | Count `<=` 0 |
+| `Sentry - Issue` | This alert fires when a new issue is captured by indicating an error or exception in the project within the last 5 minutes. | Count `>` 0 | Count `<=` 0 |
+
## Upgrade/Downgrade the Sentry app (Optional)
import AppUpdate from '../../reuse/apps/app-update.md';
@@ -4131,4 +4144,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
import AppUninstall from '../../reuse/apps/app-uninstall.md';
-
\ No newline at end of file
+