Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/integrations/amazon-aws/amazon-bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,14 @@ Use this dashboard to:

<img src={useBaseUrl('img/integrations/amazon-aws/Amazon-Bedrock-Runtime-Performance-Monitoring.png')} alt="Amazon Bedrock dashboard" style={{border: '1px solid gray'}} />

## Upgrade/Downgrade the Amazon Bedrock app (Optional)

import AppUpdate from '../../reuse/apps/app-update.md';

<AppUpdate/>

## Uninstalling the Amazon Bedrock app (Optional)

import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>
12 changes: 12 additions & 0 deletions docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,15 @@ Use this dashboard for:
* Optimizing warm pool size and capacity to improve application responsiveness during sudden load increases

<img src={useBaseUrl('img/integrations/05.-Amazon-EC2-Auto-Scaling-Warm-Pool.png')} alt="Amazon EC2 Auto Scaling dashboard" style={{border: '1px solid gray'}} width="800"/>

## Upgrade/Downgrade the Amazon EC2 Auto Scaling app (Optional)

import AppUpdate from '../../reuse/apps/app-update.md';

<AppUpdate/>

## Uninstalling the Amazon EC2 Auto Scaling app (Optional)

import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>
24 changes: 24 additions & 0 deletions docs/integrations/amazon-aws/amazon-elastic-block-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,27 @@ Use this dashboard to:


<img src={useBaseUrl('img/integrations/amazon-aws/Amazon-EBS-Throughput-and-IOPS.png')} alt="Elastic Block Store" style={{border: '1px solid gray'}} />

## Create monitors for Amazon Elastic Block Store app

import CreateMonitors from '../../reuse/apps/create-monitors.md';

<CreateMonitors/>

### 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';

<AppUpdate/>

## Uninstalling the Amazon Elastic Block Store app (Optional)

import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>
12 changes: 12 additions & 0 deletions docs/integrations/amazon-aws/amazon-opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,3 +438,15 @@ Use this dashboard to:
* Ability to correlate cache metrics with overall system performance.

<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Amazon-OpenSearch/10.-Amazon-OpenSearch-Cache-Performance.png')} alt="Fields" />

## Upgrade/Downgrade the Amazon OpenSearch app (Optional)

import AppUpdate from '../../reuse/apps/app-update.md';

<AppUpdate/>

## Uninstalling the Amazon OpenSearch app (Optional)

import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>
12 changes: 12 additions & 0 deletions docs/integrations/saas-cloud/confluent-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,15 @@ Use this dashboard to:
* Correlate request counts with operation types to identify unusual spikes or drops in schema-related activities.

<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/ConfluentCloud/Confluent-Cloud-Schema-Registry.png')} alt="Confluent Cloud - Schema Registry" style={{border: '1px solid gray'}} width="800" />

## Upgrade/Downgrade the Confluent Cloud app (Optional)

import AppUpdate from '../../reuse/apps/app-update.md';

<AppUpdate/>

## Uninstalling the Confluent Cloud app (Optional)

import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>
15 changes: 14 additions & 1 deletion docs/integrations/webhooks/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4121,6 +4121,19 @@ Use this dashboard to:

<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Sentry/Sentry-Alert-Tracker.png')} alt="Sentry - Alert Tracker" style={{border: '1px solid gray'}} width="800" />

## Create monitors for Sentry app

import CreateMonitors from '../../reuse/apps/create-monitors.md';

<CreateMonitors/>

### 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';
Expand All @@ -4131,4 +4144,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';

import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>
<AppUninstall/>