Skip to content

database_observability: PG activity collector #4135

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

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

gaantunes
Copy link
Contributor

@gaantunes gaantunes commented Aug 5, 2025

PR Description

This is adding a new activity collector for postgres, responsible for sampling queries and wait events (I/O, Locks, Network, etc). Everything is collected from pg_stat_activity view.

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@gaantunes gaantunes marked this pull request as draft August 5, 2025 22:58
Copy link
Contributor

github-actions bot commented Aug 5, 2025

@gaantunes gaantunes changed the title DB O11y: PG query samples database_observability: PG query samples Aug 6, 2025
@gaantunes gaantunes marked this pull request as ready for review August 8, 2025 18:23
@gaantunes gaantunes force-pushed the gaantunes/db-o11y-pg-samples branch from 2814d57 to 4c0d01b Compare August 8, 2025 19:19
@gaantunes gaantunes changed the title database_observability: PG query samples database_observability: PG activity collector Aug 8, 2025
@clayton-cornell
Copy link
Contributor

Docs are fine. One minor non-blocking suggestion

…ase_observability.postgres.md

Co-authored-by: Clayton Cornell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants