Skip to content

Commit ee05a68

Browse files
Updated app with monitor (#5603)
* Updated app with monitor * Update sentry.md --------- Co-authored-by: Amee Lepcha <[email protected]>
1 parent 393cc7c commit ee05a68

File tree

6 files changed

+85
-1
lines changed

6 files changed

+85
-1
lines changed

docs/integrations/amazon-aws/amazon-bedrock.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,3 +437,14 @@ Use this dashboard to:
437437
438438
<img src={useBaseUrl('img/integrations/amazon-aws/Amazon-Bedrock-Runtime-Performance-Monitoring.png')} alt="Amazon Bedrock dashboard" style={{border: '1px solid gray'}} />
439439
440+
## Upgrade/Downgrade the Amazon Bedrock app (Optional)
441+
442+
import AppUpdate from '../../reuse/apps/app-update.md';
443+
444+
<AppUpdate/>
445+
446+
## Uninstalling the Amazon Bedrock app (Optional)
447+
448+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
449+
450+
<AppUninstall/>

docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,15 @@ Use this dashboard for:
217217
* Optimizing warm pool size and capacity to improve application responsiveness during sudden load increases
218218

219219
<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"/>
220+
221+
## Upgrade/Downgrade the Amazon EC2 Auto Scaling app (Optional)
222+
223+
import AppUpdate from '../../reuse/apps/app-update.md';
224+
225+
<AppUpdate/>
226+
227+
## Uninstalling the Amazon EC2 Auto Scaling app (Optional)
228+
229+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
230+
231+
<AppUninstall/>

docs/integrations/amazon-aws/amazon-elastic-block-store.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,27 @@ Use this dashboard to:
7979

8080

8181
<img src={useBaseUrl('img/integrations/amazon-aws/Amazon-EBS-Throughput-and-IOPS.png')} alt="Elastic Block Store" style={{border: '1px solid gray'}} />
82+
83+
## Create monitors for Amazon Elastic Block Store app
84+
85+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
86+
87+
<CreateMonitors/>
88+
89+
### Amazon Elastic Block Store Alerts
90+
91+
| Name | Description | Alert Condition | Recover Condition |
92+
|:--|:--|:--|:--|
93+
| `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 |
94+
95+
## Upgrade/Downgrade the Amazon Elastic Block Store app (Optional)
96+
97+
import AppUpdate from '../../reuse/apps/app-update.md';
98+
99+
<AppUpdate/>
100+
101+
## Uninstalling the Amazon Elastic Block Store app (Optional)
102+
103+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
104+
105+
<AppUninstall/>

docs/integrations/amazon-aws/amazon-opensearch.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,3 +438,15 @@ Use this dashboard to:
438438
* Ability to correlate cache metrics with overall system performance.
439439

440440
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Amazon-OpenSearch/10.-Amazon-OpenSearch-Cache-Performance.png')} alt="Fields" />
441+
442+
## Upgrade/Downgrade the Amazon OpenSearch app (Optional)
443+
444+
import AppUpdate from '../../reuse/apps/app-update.md';
445+
446+
<AppUpdate/>
447+
448+
## Uninstalling the Amazon OpenSearch app (Optional)
449+
450+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
451+
452+
<AppUninstall/>

docs/integrations/saas-cloud/confluent-cloud.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,15 @@ Use this dashboard to:
119119
* Correlate request counts with operation types to identify unusual spikes or drops in schema-related activities.
120120

121121
<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" />
122+
123+
## Upgrade/Downgrade the Confluent Cloud app (Optional)
124+
125+
import AppUpdate from '../../reuse/apps/app-update.md';
126+
127+
<AppUpdate/>
128+
129+
## Uninstalling the Confluent Cloud app (Optional)
130+
131+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
132+
133+
<AppUninstall/>

docs/integrations/webhooks/sentry.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4121,6 +4121,19 @@ Use this dashboard to:
41214121

41224122
<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" />
41234123

4124+
## Create monitors for Sentry app
4125+
4126+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
4127+
4128+
<CreateMonitors/>
4129+
4130+
### Sentry Alerts
4131+
4132+
| Name | Description | Alert Condition | Recover Condition |
4133+
|:--|:--|:--|:--|
4134+
| `Sentry Errors` | This fires upon detection of a new error or exception in the project within a 5-minute timeframe. | Count `>` 0 | Count `<=` 0 |
4135+
| `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 |
4136+
41244137
## Upgrade/Downgrade the Sentry app (Optional)
41254138

41264139
import AppUpdate from '../../reuse/apps/app-update.md';
@@ -4131,4 +4144,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
41314144

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

4134-
<AppUninstall/>
4147+
<AppUninstall/>

0 commit comments

Comments
 (0)