Skip to content

Commit 7f9178e

Browse files
committed
Add 'physical read io requests' metric
1 parent 2954a49 commit 7f9178e

File tree

8 files changed

+278
-163
lines changed

8 files changed

+278
-163
lines changed

receiver/oracledbreceiver/documentation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ Number of times a current block was requested from the buffer cache.
265265
| ---- | ----------- | ---------- | ----------------------- | --------- |
266266
| {gets} | Sum | Int | Cumulative | true |
267267
268+
### oracledb.physical_read_io_requests
269+
270+
Number of read requests for application activity
271+
272+
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
273+
| ---- | ----------- | ---------- | ----------------------- | --------- |
274+
| {requests} | Sum | Int | Cumulative | true |
275+
268276
### oracledb.physical_reads_direct
269277
270278
Number of reads directly from disk, bypassing the buffer cache

receiver/oracledbreceiver/internal/metadata/generated_config.go

Lines changed: 34 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/oracledbreceiver/internal/metadata/generated_config_test.go

Lines changed: 62 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)