Add wait event timeout count to session wait samples - #49940
Merged
ChrsMark merged 1 commit intoAug 5, 2026
Conversation
rluidash
marked this pull request as ready for review
July 29, 2026 08:21
rluidash
requested review from
a team,
atoulme,
crobert-1 and
dmitryax
as code owners
July 29, 2026 08:21
github-actions
Bot
requested review from
XSAM,
akshays-19,
ebrdarSplunk,
splunk-shanu and
sv-splunk
July 29, 2026 08:21
Pull request dashboard statusMerged · refreshed 2026-08-05 06:44 UTC Status above doesn't look right?
|
rluidash
force-pushed
the
feat/oracledb-wait-event-timeouts
branch
from
July 29, 2026 09:33
a7fdfdd to
1456ef8
Compare
crobert-1
approved these changes
Jul 31, 2026
rluidash
force-pushed
the
feat/oracledb-wait-event-timeouts
branch
from
August 1, 2026 07:06
1456ef8 to
ff5ec61
Compare
crobert-1
approved these changes
Aug 4, 2026
ChrsMark
approved these changes
Aug 5, 2026
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
oracledb.wait.timeoutsto thedb.server.session.wait_sampleevent, sourced fromV$SESSION_EVENT.TOTAL_TIMEOUTS. This reports, per session and wait event, how many waits ended in a timeout — completing the wait-event picture alongside the existingoracledb.wait.countandoracledb.wait.durationfields.The value comes from the same
V$SESSION_EVENTrow the receiver already reads for the wait-sample event, so this adds one column to the existing query and one attribute to the existing event — no new query, metric, or collection path. The field is part of the wait-sample event, which is disabled by default.Link to tracking issue
Fixes #49934
Testing
Extended the session-wait-event scraper test to assert the new attribute is emitted with the expected value from the fake DB client.
Documentation
Regenerated
documentation.mdviamake generate.Authorship