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
@@ -329,23 +329,23 @@ Fraction of host CPU time in use, as computed by Oracle V$SYSMETRIC (% Busy/(Idl
329
329
330
330
### oracledb.jvm.memory.committed
331
331
332
-
Committed (total) size in bytes of Oracle's in-database JVM (OJVM) call heap. Sourced from v$sysstat name java call heap total size. Mirrors semconv jvm.memory.committed for the embedded OJVM.
332
+
Committed (total) size in bytes of Oracle's in-database JVM (OJVM) call heap.
333
333
334
334
| Unit | Metric Type | Value Type | Stability |
335
335
| ---- | ----------- | ---------- | --------- |
336
336
| By | Gauge | Int | Development |
337
337
338
338
### oracledb.jvm.memory.live
339
339
340
-
Size in bytes of live objects in Oracle's in-database JVM (OJVM) call heap. Sourced from v$sysstat name java call heap live size. No semconv jvm.memory equivalent.
340
+
Size in bytes of live objects in Oracle's in-database JVM (OJVM) call heap.
341
341
342
342
| Unit | Metric Type | Value Type | Stability |
343
343
| ---- | ----------- | ---------- | --------- |
344
344
| By | Gauge | Int | Development |
345
345
346
346
### oracledb.jvm.memory.used
347
347
348
-
Used size in bytes of Oracle's in-database JVM (OJVM) call heap. Sourced from v$sysstat name java call heap used size. Mirrors semconv jvm.memory.used for the embedded OJVM.
348
+
Used size in bytes of Oracle's in-database JVM (OJVM) call heap.
349
349
350
350
| Unit | Metric Type | Value Type | Stability |
351
351
| ---- | ----------- | ---------- | --------- |
@@ -369,11 +369,11 @@ Number of logon operations
369
369
370
370
### oracledb.os.swaps
371
371
372
-
Number of OS swap operations, as accounted by Oracle. Sourced from v$sysstat name OS Swaps.
372
+
Number of OS swap operations.
373
373
374
374
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| oracledb.session.wait.state | Whether the session wait time/count is for idle or non-idle wait events. Oracle's v$sysstat currently exposes only the non-idle aggregate. | Str: ``non_idle`` | Recommended | - |
570
+
| oracledb.session.wait.state | Whether the session wait time/count is for idle or non-idle wait events. | Str: ``non_idle`` | Recommended | - |
571
571
572
572
### oracledb.session.waits
573
573
574
-
Cumulative number of non-idle waits across sessions. Sourced from v$sysstat name non-idle wait count.
574
+
Cumulative number of non-idle waits across sessions.
575
575
576
576
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| oracledb.session.wait.state | Whether the session wait time/count is for idle or non-idle wait events. Oracle's v$sysstat currently exposes only the non-idle aggregate. | Str: ``non_idle`` | Recommended | - |
584
+
| oracledb.session.wait.state | Whether the session wait time/count is for idle or non-idle wait events. | Str: ``non_idle`` | Recommended | - |
Copy file name to clipboardExpand all lines: receiver/oracledbreceiver/metadata.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ attributes:
251
251
description: "The timestamp when the session logged on, in ISO 8601 format (UTC)."
252
252
type: string
253
253
oracledb.session.wait.state:
254
-
description: Whether the session wait time/count is for idle or non-idle wait events. Oracle's v$sysstat currently exposes only the non-idle aggregate.
254
+
description: Whether the session wait time/count is for idle or non-idle wait events.
255
255
type: string
256
256
enum: [non_idle]
257
257
oracledb.sid:
@@ -578,23 +578,23 @@ metrics:
578
578
value_type: double
579
579
unit: "%"
580
580
oracledb.jvm.memory.committed:
581
-
description: Committed (total) size in bytes of Oracle's in-database JVM (OJVM) call heap. Sourced from v$sysstat name java call heap total size. Mirrors semconv jvm.memory.committed for the embedded OJVM.
581
+
description: Committed (total) size in bytes of Oracle's in-database JVM (OJVM) call heap.
582
582
enabled: false
583
583
stability: development
584
584
gauge:
585
585
value_type: int
586
586
input_type: string
587
587
unit: By
588
588
oracledb.jvm.memory.live:
589
-
description: Size in bytes of live objects in Oracle's in-database JVM (OJVM) call heap. Sourced from v$sysstat name java call heap live size. No semconv jvm.memory equivalent.
589
+
description: Size in bytes of live objects in Oracle's in-database JVM (OJVM) call heap.
590
590
enabled: false
591
591
stability: development
592
592
gauge:
593
593
value_type: int
594
594
input_type: string
595
595
unit: By
596
596
oracledb.jvm.memory.used:
597
-
description: Used size in bytes of Oracle's in-database JVM (OJVM) call heap. Sourced from v$sysstat name java call heap used size. Mirrors semconv jvm.memory.used for the embedded OJVM.
597
+
description: Used size in bytes of Oracle's in-database JVM (OJVM) call heap.
598
598
enabled: false
599
599
stability: development
600
600
gauge:
@@ -629,15 +629,15 @@ metrics:
629
629
input_type: string
630
630
unit: "{operation}"
631
631
oracledb.os.swaps:
632
-
description: Number of OS swap operations, as accounted by Oracle. Sourced from v$sysstat name OS Swaps.
description: Number of times parallel execution was requested and the degree of parallelism was reduced down to 1-25% because of insufficient parallel execution servers
643
643
enabled: false
@@ -867,7 +867,7 @@ metrics:
867
867
value_type: double
868
868
unit: "%"
869
869
oracledb.session.stored_procedure.usage:
870
-
description: Memory in bytes currently allocated for stored procedures in the session. Sourced from v$sysstat name session stored procedure space.
870
+
description: Memory in bytes currently allocated for stored procedures in the session.
871
871
enabled: false
872
872
stability: development
873
873
gauge:
@@ -877,7 +877,7 @@ metrics:
877
877
oracledb.session.wait.time:
878
878
attributes:
879
879
- oracledb.session.wait.state
880
-
description: Cumulative time sessions spent in non-idle waits, in seconds (converted from centiseconds). Sourced from v$sysstat name non-idle wait time.
880
+
description: Cumulative time sessions spent in non-idle waits, in seconds.
881
881
enabled: false
882
882
stability: development
883
883
sum:
@@ -888,15 +888,15 @@ metrics:
888
888
oracledb.session.waits:
889
889
attributes:
890
890
- oracledb.session.wait.state
891
-
description: Cumulative number of non-idle waits across sessions. Sourced from v$sysstat name non-idle wait count.
891
+
description: Cumulative number of non-idle waits across sessions.
892
892
enabled: false
893
893
stability: development
894
894
sum:
895
895
aggregation_temporality: cumulative
896
896
monotonic: true
897
897
value_type: int
898
898
input_type: string
899
-
unit: "{waits}"
899
+
unit: "{wait}"
900
900
oracledb.sessions.limit:
901
901
description: Maximum limit of active sessions, -1 if unlimited.
0 commit comments