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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -560,27 +560,27 @@ See information derived from the syslog audit trail, including successful and fa
560
560
### Performance and I/O
561
561
562
562
<imgsrc='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Performance-I-O.png'alt="Monitor Performance by DB Script" />
563
-
The Oracle - Performance and I/O dashboard gives insight about - session and process utilization against their limits, PGA memory allocation, and overall SQL execution versus parse rates. In addition to this, it monitors detailed I/O metrics around physical reads, write requests, and cache-bypassed direct I/O. 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).
563
+
The Oracle - Performance and I/O dashboard gives insight into session and process utilization against their limits, PGA memory allocation, and overall SQL execution versus parse rates. In addition to this, it monitors detailed I/O metrics around physical reads, write requests, and cache-bypassed direct I/O. 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).
564
564
565
565
### Locking and Concurrency
566
566
567
567
<imgsrc='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Locking-Concurrency.png'alt="Monitor Performance by DB Script" />
568
-
The Oracle - Locking and Concurrency dashboard gives insight about - the rate and total count of critical database deadlocks. In addition to this, it monitors resource contention by tracking DML locks, enqueue locks, and enqueue resources against their configured limits. 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).
568
+
The Oracle - Locking and Concurrency dashboard gives insight into the rate and total count of critical database deadlocks. In addition to this, it monitors resource contention by tracking DML locks, enqueue locks, and enqueue resources against their configured limits. 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).
569
569
570
570
### Application and Session Analysis
571
571
572
572
<imgsrc='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Application-Session-Analysis.png'alt="Monitor Performance by DB Script" />
573
-
The Oracle - Application and Session Analysis dashboard gives insight about - active sessions broken down by user and background types, transaction commit rates, and logical reads. In addition to this, it monitors application health through rollback rates and SQL parsing efficiency. 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).
573
+
The Oracle - Application and Session Analysis dashboard gives insight into active sessions broken down by user and background types, transaction commit rates, and logical reads. In addition to this, it monitors application health through rollback rates and SQL parsing efficiency. 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).
574
574
575
575
### Parallel Execution
576
576
577
577
<imgsrc='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Parallel-Execution.png'alt="Monitor Performance by DB Script" />
578
-
The Oracle - Parallel Execution dashboard gives insight about - the rate of parallelized queries, DML, and DDL statements. In addition to this, it provides a detailed downgrade analysis, tracking when parallel operations are reduced or forced to run serially due to resource constraints. 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).
578
+
The Oracle - Parallel Execution dashboard gives insight into the rate of parallelized queries, DML, and DDL statements. In addition to this, it provides a detailed downgrade analysis, tracking when parallel operations are reduced or forced to run serially due to resource constraints. 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).
579
579
580
580
### Storage Management
581
581
582
582
<imgsrc='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Storage-Management.png'alt="Monitor Performance by DB Script" />
583
-
The Oracle - Storage Management dashboard gives insight about - total used space across all tablespaces and a breakdown of usage by individual tablespace name. In addition to this, it monitors the configured size limits for each tablespace to proactively manage storage. 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).
583
+
The Oracle - Storage Management dashboard gives insight into the total used space across all tablespaces and a breakdown of usage by individual tablespace name. In addition to this, it monitors the configured size limits for each tablespace to proactively manage storage. 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).
584
584
585
585
## Create monitors for Oracle app
586
586
@@ -592,18 +592,18 @@ 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 |
595
+
|`Oracle - Admin Restricted Command Execution`| This alert is triggered when the Listener is not able to resolve a command. | Count > 0 | Count < = 0 |
596
596
|`Oracle - Archival Log Creation`| This alert is triggered when there is an archive log creation error. | Count > 0 | Count < = 0 |
597
-
|`Oracle - Block Corruption`| This alert is triggered when we detect corrupted data blocks. | Count > 0 | Count < = 0 |
597
+
|`Oracle - Block Corruption`| This alert is triggered when corrupted data blocks are detected. | Count > 0 | Count < = 0 |
598
598
|`Oracle - Database Crash`| This alert is triggered when the database crashes. | Count > 0 | Count < = 0 |
599
599
|`Oracle - Deadlock`| This alert is triggered when deadlocks are detected. | Count > 5 | Count < = 5 |
600
-
|`Oracle - Fatal NI Connect Error`| This alert is triggered when we detect a "Fatal NI connect error". | Count > 0 | Count < = 0 |
600
+
|`Oracle - Fatal NI Connect Error`| This alert is triggered when a "Fatal NI connect error" occurs. | Count > 0 | Count < = 0 |
601
601
|`Oracle - High Process Usage`| This alert is triggered when process usage approaches the configured limit. | Count > = 90 | Count < 90 |
602
-
|`Oracle - High Session Usage`| This alert is triggered when the Oracle database session usage exceeds configured limit. | Count > = 97 | Count < 97 |
603
-
|`Oracle - High Tablespace Usage`| This alert is triggered when tablespace usage percentage exceeds configured limit to prevent disk space issues. | Count > = 90 | Count < 90 |
602
+
|`Oracle - High Session Usage`| This alert is triggered when the Oracle database session usage exceeds the configured limit. | Count > = 97 | Count < 97 |
603
+
|`Oracle - High Tablespace Usage`| This alert is triggered when tablespace usage percentage exceeds the configured limit to prevent disk space issues. | Count > = 90 | Count < 90 |
604
604
|`Oracle - Internal Errors`| This alert is triggered when internal errors are detected. | Count > 0 | Count < = 0 |
605
-
|`Oracle - Login Fail`| This alert is triggered when we detect that a user cannot login. | Count > 0 | Count < = 0 |
606
-
|`Oracle - Possible Inappropriate Activity`| This alert is triggered when we detect possible inappropriate activity. | Count > 0 | Count < = 0 |
607
-
|`Oracle - TNS Error`| This alert is triggered when we detect TNS operations errors. | Count > 0 | Count < = 0 |
608
-
|`Oracle - Unable To Extend Tablespace`| This alert is triggered when we detect that we are unable to extend tablespaces. | Count > 0 | Count < = 0 |
609
-
|`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 |
605
+
|`Oracle - Login Fail`| This alert is triggered when a user login fails. | Count > 0 | Count < = 0 |
606
+
|`Oracle - Possible Inappropriate Activity`| This alert is triggered when possible inappropriate activities are detected. | Count > 0 | Count < = 0 |
607
+
|`Oracle - TNS Error`| This alert is triggered when the TNS operations encounter errors. | Count > 0 | Count < = 0 |
608
+
|`Oracle - Unable To Extend Tablespace`| This alert is triggered when the user is unable to extend the tablespaces. | Count > 0 | Count < = 0 |
609
+
|`Oracle - Unauthorized Command Execution`| This alert is triggered when an unauthorized user attempts to execute a requested listener command in an Oracle instance. | Count > 0 | Count < = 0 |
0 commit comments