We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105c422 commit 92f9d90Copy full SHA for 92f9d90
collector/pg_process_idle.go
@@ -56,7 +56,7 @@ func (PGProcessIdleCollector) Update(ctx context.Context, instance *instance, ch
56
COUNT(*) AS process_idle_seconds_count
57
FROM pg_stat_activity
58
WHERE state ~ '^idle'
59
- AND pid <> pg_backend_pid();
+ AND pid <> pg_backend_pid()
60
GROUP BY state, application_name
61
),
62
buckets AS (
0 commit comments