Skip to content

Commit 159d994

Browse files
SUMO-252275: Adding monitor's information to OTEL Apps Set4
1 parent 53092d7 commit 159d994

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/integrations/app-development/opentelemetry/jira-opentelemetry.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,21 @@ The **Jira - Sprints Events** dashboard provides insights on sprint events in Ji
277277
The **Jira - User Events** dashboard provides information about user events in Jira, including the number of user events, trends, and users that have been updated, created, and deleted.
278278
279279
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Jira-OpenTelemetry/Jira-User-Events.png' alt="User Events" />
280+
281+
282+
## Create monitors for Jira app
283+
284+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
285+
286+
<CreateMonitors/>
287+
288+
### Jira alerts
289+
290+
| Name | Description | Alert Condition | Recover Condition |
291+
|:--|:--|:--|:--|
292+
| `Jira - Abnormal Session Creation Rate Alert` | This alert is triggered when there are unusual patterns in session creation/destruction that might indicate security issues or system problems | Count `>=` 1 | Count `<` 1 |
293+
| `Jira - High Average Response Time Alert` | This alert is triggered when elevated response times in Jira are detected, indicating potential performance degradation. | Count `>=` 5000 | Count `<` 5000 |
294+
| `Jira - High HTTP 4xx Error Rate Alert` | This alert is triggered when there is increase in HTTP 4xx errors to detect service disruptions | Count `>=` 50 | Count `<` 50 |
295+
| `Jira - High HTTP 5xx Error Rate Alert` | This alert is triggered when there is increase in HTTP 5xx errors to detect service disruptions | Count `>=` 50 | Count `<` 50 |
296+
| `Jira - High Priority Issues Unassigned SLA Alert` | This alert is triggered when high-priority issues remain unassigned beyond the Default SLA threshold of 30 minutes (1800000 milliseconds). To adjust the SLA, update the value in the query to the desired time in milliseconds (e.g., 15 minutes = 900000, 1 hour = 3600000) | Count `>=` 1 | Count `<` 1 |
297+
| `Jira - Rapid Authentication Failures Alert` | This alert is triggered when a single user experiences more than 10 failed login attempts within 5 minutes, indicating potential password guessing attempts or account lockout issues. | Count `>` 10 | Count `<=` 10 |

docs/integrations/app-development/opentelemetry/puppet-opentelemetry.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,19 @@ This sample query is from the **Puppet - Overview** dashboard > **Node Requests
276276
### Node Puppet Runs Analysis: Puppet Node Runs Analysis
277277

278278
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Puppet-OpenTelemetry/Puppet-Node-Puppet-Runs-Analysis.png' alt="Node Puppet Runs Analysis" />
279+
280+
## Create monitors for Puppet app
281+
282+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
283+
284+
<CreateMonitors/>
285+
286+
### Puppet alerts
287+
288+
| Name | Description | Alert Condition | Recover Condition |
289+
|:--|:--|:--|:--|
290+
| `Puppet - Catalog Compilation Performance` | This alert is triggered when average time taken to compile Puppet catalogs is greater than given value (Default 30 seconds). Extended compilation times can indicate Puppet master performance issues, complex catalogs, or resource constraints. | Count `>=` 30 | Count `<` 30 |
291+
| `Puppet - Erroneous Nodes` | This alert is triggered when a node has error more errors then given value (Default 5) | Count `>=` 5 | Count `<` 5 |
292+
| `Puppet - Error Pattern Analysis` | This alert is triggered when Puppet error logs show recurring patterns that may indicate issues, helping detect problems that need investigation. | Count `>=` 20 | Count `<` 20 |
293+
| `Puppet - Resource Status Failures` | This alert is triggered when there are specific resource failures greater than given value (Default 5). | Count `>=` 5 | Count `<` 5 |
294+

0 commit comments

Comments
 (0)