Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/0430-pg_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#==============================================================#
pg_backend:
name: pg_backend
desc: PostgreSQL backend client count group by wait event type since 10
desc: PostgreSQL backend client count group by backend type since 10
query: SELECT backend_type AS "type", count(*) AS count FROM pg_stat_activity GROUP BY backend_type;
ttl: 10
min_version: 100000
Expand Down
2 changes: 1 addition & 1 deletion pg_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ pg_wait:
#==============================================================#
pg_backend:
name: pg_backend
desc: PostgreSQL backend client count group by wait event type since 10
desc: PostgreSQL backend client count group by backend type since 10
query: SELECT backend_type AS "type", count(*) AS count FROM pg_stat_activity GROUP BY backend_type;
ttl: 10
min_version: 100000
Expand Down
Loading