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: receiver/oracledbreceiver/documentation.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@ Fraction of executions that did not require a parse, as computed by Oracle V$SYS
321
321
322
322
### oracledb.gc.current_block.receive.time
323
323
324
-
Cumulative time spent receiving current blocks from other instances over Oracle RAC cache fusion, in seconds (converted from centiseconds). The gc prefix here denotes Oracle global cache (Cache Fusion), not JVM garbage collection. Sourced from v$sysstat name gc current block receive time.
324
+
Cumulative time spent receiving current blocks from other instances over RAC cache fusion, in seconds.
325
325
326
326
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
@@ -345,7 +345,7 @@ Fraction of library cache pin requests that found the object already cached, as
345
345
346
346
### oracledb.lock.time
347
347
348
-
Cumulative time spent on transaction lock activity, in seconds (converted from centiseconds). Sourced from v$sysstat names transaction lock background get time (oracledb.lock.kind=background) and transaction lock foreground wait time (oracledb.lock.kind=foreground).
348
+
Cumulative time spent on transaction lock activity, in seconds.
349
349
350
350
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| {posts} | Sum | Int | Cumulative | true | Development |
562
+
| {post} | Sum | Int | Cumulative | true | Development |
563
563
564
564
### oracledb.smon.txn_recovery.posts
565
565
566
-
Number of times SMON was posted to perform transaction recovery for other instances. Sourced from v$sysstat name SMON posted for txn recovery for other instances.
566
+
Number of times SMON was posted to perform transaction recovery for other instances.
567
567
568
568
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| {posts} | Sum | Int | Cumulative | true | Development |
570
+
| {post} | Sum | Int | Cumulative | true | Development |
571
571
572
572
### oracledb.sort.ratio
573
573
@@ -624,11 +624,11 @@ Fraction of allocated database storage that is used.
624
624
625
625
### oracledb.transaction.rollbacks
626
626
627
-
Number of transactions rolled back. Sourced from v$sysstat name transaction rollbacks. Distinct from oracledb.user_rollbacks (the v$sysstat 'user rollbacks' stat counting user-issued ROLLBACK statements); this counts all transaction rollbacks, including internal/recursive ones.
627
+
Number of transactions rolled back.
628
628
629
629
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
0 commit comments