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

Expose DB connection pool metrics #173

Open
Tracked by #166
sergiimk opened this issue Dec 25, 2024 · 0 comments
Open
Tracked by #166

Expose DB connection pool metrics #173

sergiimk opened this issue Dec 25, 2024 · 0 comments

Comments

@sergiimk
Copy link
Member

We should add Prometheus metrics to DB connection pool.

This should include:

  • Pool size
  • Open connections: max / loadavg
  • Connection acquire wait time
  • Connection active time
  • Add a span for DB connection pool wait time for visibility

We should check is there is an existing Prometheus connector before implementing our own.

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

No branches or pull requests

1 participant