You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/databases/opentelemetry/oracle-opentelemetry.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,3 +559,26 @@ See information derived from the syslog audit trail, including successful and fa
559
559
<imgsrc='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Performance-Details.png'alt="Monitor Performance by DB Script" />
560
560
The Oracle - Performance Details dashboard gives insight about - count of rollback, commits, transaction, process, session.
561
561
In addition to this it helps monitoring physical and logical reads, PGA allocated. This dashboard is based on the [metrics collected by Oracle DB opentelemetry receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/oracledbreceiver/documentation.md).
562
+
563
+
## Create monitors for Oracle app
564
+
565
+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
|`Oracle - Admin Restricted Command Execution`| This alert is triggered when the Listener could not resolve a command. | Count `>` 0 | Count `<=` 0 |
574
+
|`Oracle - Archival Log Creation`| This alert is triggered when there is an archive log creation error. | Count `>` 0 | Count `<=` 0 |
575
+
|`Oracle - Block Corruption`| This alert is triggered when we detect corrupted data blocks. | Count `>` 0 | Count `<=` 0 |
576
+
|`Oracle - Database Crash`| This alert is triggered when the database crashes. | Count `>` 0 | Count `<=` 0 |
577
+
|`Oracle - Deadlock`| This alert is triggered when deadlocks are detected. | Count `>` 5 | Count `<=` 5 |
578
+
|`Oracle - Fatal NI Connect Error`| This alert is triggered when we detect a "Fatal NI connect error". | Count `>` 0 | Count `<=` 0 |
579
+
|`Oracle - Internal Errors`| This alert is triggered when internal errors are detected. | Count `>` 0 | Count `<=` 0 |
580
+
|`Oracle - Login Fail`| This alert is triggered when we detect that a user cannot login. | Count `>` 0 | Count `<=` 0 |
581
+
|`Oracle - Possible Inappropriate Activity`| This alert is triggered when we detect possible inappropriate activity. | Count `>` 0 | Count `<=` 0 |
582
+
|`Oracle - TNS Error`| This alert is triggered when we detect TNS operations errors. | Count `>` 0 | Count `<=` 0 |
583
+
|`Oracle - Unable To Extend Tablespace`| This alert is triggered when we detect that we are unable to extend tablespaces. | Count `>` 0 | Count `<=` 0 |
584
+
|`Oracle - Unauthorized Command Execution`| This alert is triggered when we detect that a user is not authorized to execute a requested listener command in a Oracle instance. | Count `>` 0 | Count `<=` 0 |
|`IIS - Access from Highly Malicious Sources`| This alert is triggered when an IIS server is accessed from highly malicious IP addresses. | Count `>` 0 | Count `<=` 0 |
332
+
|`IIS - ASP.NET Application Errors`| This alert is triggered when we detect an error in the ASP.NET applications running on an IIS server. | Count `>` 0 | Count `<=` 0 |
333
+
|`IIS - Blocked Async IO Requests`| This alert is triggered when we detect that there are blocked async I/O requests on an IIS server. | Count `>` 0 | Count `<=` 0 |
334
+
|`IIS - Error Events`| This alert is triggered when an error in the IIS logs is detected. | Count `>` 0 | Count `<=` 0 |
335
+
|`IIS - High ASP.NET Current Requests`| This alert is triggered when current ASP.NET request count exceeds given value (Default 500). | Count `>` 500 | Count `<=` 500 |
336
+
|`IIS - High Client (HTTP 4xx) Error Rate (Copy)`| This alert is triggered when there are too many HTTP requests (>5%) with a 4xx response code. | Count `>` 0 | Count `<=` 0 |
337
+
|`IIS - High Current Connections`| This alert is triggered when the current connections exceeds given value (Default 1000), to detect potential capacity issues. | Count `>` 1000 | Count `<=` 1000 |
338
+
|`IIS - High Server (HTTP 5xx) Error Rate`| This alert is triggered when there are too many HTTP requests (>5%) with a 5xx response code. | Count `>` 0 | Count `<=` 0 |
339
+
|`IIS - No Worker Processes`| This alert is triggered when worker processes count drops to zero indicating potential application pool issues. | Count `<` 1 | Count `>=` 1 |
340
+
|`IIS - Slow Response Time`| This alert is triggered when the response timefor a given IIS server is greater than one second. | Count `>` 0 | Count `<=` 0 |
0 commit comments