Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding "Using EDB Wait States" - wait_event_type and wait_event values not described by docs #5749

Open
ringerc opened this issue Jun 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ringerc
Copy link
Contributor

ringerc commented Jun 10, 2024

Summary

In https://www.enterprisedb.com/docs/pg_extensions/wait_states/using/#edb_wait_states_data there's no description of the possible values of the wait_event_type and wait_event fields.

They're described as

wait_event_type — The type of wait event the session (backend) is waiting on.
wait_event — The wait event the session (backend) is waiting on.

but there's nothing more to go on than that.

If these are the same as pg_stat_activity's wait_event and wait_event_type, then this document should link to the EPAS documentation for pg_stat_activity, the equivalent of https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE in the public postgres docs.

If they aren't, then the docs should describe what they are, and their possible values.

Where did you see the problem?

https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/pg_extensions/wait_states/using.mdx

Expected behavior

No response

Screenshots

No response

Browser / Platform

No response

Additional notes

No response

@ringerc ringerc added the bug Something isn't working label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant