PostgreSQL metric for active sessions
As a database engineer/devops engineer we want to be able to get a metric for actual active connections in the database (simliar to a query on pg-stat-activity with a state = 'active' clause) and have it available through an integration such as Datadog so that we can monitor DB load more accurately, and not just rely on underlying system metrics and other postgres metrics to make a best guess.
3
votes
