You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check_pgb_pool function generates metrics per database. But PgBouncer SHOW POOLS generates a tuple of database and user per row.
So if we have a database exampledb and SHOW POOLS has data for userA and userB we get the metric for exampledb twice. So even if those are two datapoints you might get only one metric in your graphing tool.
The text was updated successfully, but these errors were encountered:
The check_pgb_pool function generates metrics per database. But PgBouncer SHOW POOLS generates a tuple of database and user per row.
So if we have a database exampledb and SHOW POOLS has data for userA and userB we get the metric for exampledb twice. So even if those are two datapoints you might get only one metric in your graphing tool.
The text was updated successfully, but these errors were encountered: