From 32122de4107cbfaf98fbba31a7185f570ddd56ac Mon Sep 17 00:00:00 2001 From: Akhil Dangore Date: Fri, 18 Jul 2025 11:19:51 +0530 Subject: [PATCH 1/2] Updated app with monitor --- .../integrations/amazon-aws/amazon-bedrock.md | 11 +++++++++ .../amazon-aws/amazon-ec2-auto-scaling.md | 12 ++++++++++ .../amazon-aws/amazon-elastic-block-store.md | 24 +++++++++++++++++++ .../amazon-aws/amazon-opensearch.md | 12 ++++++++++ .../saas-cloud/confluent-cloud.md | 12 ++++++++++ docs/integrations/webhooks/sentry.md | 13 ++++++++++ 6 files changed, 84 insertions(+) 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: Amazon Bedrock dashboard +## 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 Amazon EC2 Auto Scaling dashboard + +## 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: Elastic Block Store + +## 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. Fields + +## 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. Confluent Cloud - Schema Registry + +## 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..3552b72402 100644 --- a/docs/integrations/webhooks/sentry.md +++ b/docs/integrations/webhooks/sentry.md @@ -4121,6 +4121,19 @@ Use this dashboard to: Sentry - Alert Tracker +## 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'; From aa64dadb9f7fe818036a981c6612763c9e161cb8 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 18 Jul 2025 12:03:20 +0530 Subject: [PATCH 2/2] Update sentry.md --- docs/integrations/webhooks/sentry.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/integrations/webhooks/sentry.md b/docs/integrations/webhooks/sentry.md index 3552b72402..26d41ce89b 100644 --- a/docs/integrations/webhooks/sentry.md +++ b/docs/integrations/webhooks/sentry.md @@ -4129,10 +4129,10 @@ 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 | +| 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) @@ -4144,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 +