Skip to content

Commit 4c9a085

Browse files
authored
Update oracle-opentelemetry.md
1 parent d7b6a69 commit 4c9a085

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/integrations/databases/opentelemetry/oracle-opentelemetry.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -560,27 +560,27 @@ See information derived from the syslog audit trail, including successful and fa
560560
### Performance and I/O
561561

562562
<img src='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).
564564

565565
### Locking and Concurrency
566566

567567
<img src='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).
569569

570570
### Application and Session Analysis
571571

572572
<img src='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).
574574

575575
### Parallel Execution
576576

577577
<img src='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).
579579

580580
### Storage Management
581581

582582
<img src='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).
584584

585585
## Create monitors for Oracle app
586586

@@ -592,18 +592,18 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
592592

593593
| Name | Description | Alert Condition | Recover Condition |
594594
|:--|:--|:--|:--|
595-
| `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 |
596596
| `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 |
598598
| `Oracle - Database Crash` | This alert is triggered when the database crashes. | Count > 0 | Count < = 0 |
599599
| `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 |
601601
| `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 |
604604
| `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

Comments
 (0)