Skip to content

Commit 70f29b7

Browse files
committed
sort lists
1 parent 635bbe9 commit 70f29b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/sources/reference/components/prometheus/prometheus.exporter.postgres.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,27 @@ The following collectors are available for selection:
5454

5555
{{< column-list >}}
5656

57-
* `database`
57+
* `buffercache_summary`
5858
* `database_wraparound`
59+
* `database`
5960
* `locks`
6061
* `long_running_transactions`
6162
* `postmaster`
6263
* `process_idle`
63-
* `replication`
6464
* `replication_slot`
65+
* `replication`
6566
* `stat_activity_autovacuum`
6667
* `stat_bgwriter`
6768
* `stat_checkpointer` - Only supported in PostgreSQL 17 and later
6869
* `stat_database`
70+
* `stat_progress_vacuum`
6971
* `stat_statements`
7072
* `stat_user_tables`
7173
* `stat_wal_receiver`
7274
* `statio_user_indexes`
7375
* `statio_user_tables`
7476
* `wal`
7577
* `xlog_location`
76-
* `stat_progress_vacuum`
77-
* `buffercache_summary`
7878

7979
{{< /column-list >}}
8080

@@ -84,15 +84,15 @@ By default, the following collectors are enabled:
8484

8585
* `database`
8686
* `locks`
87-
* `replication`
8887
* `replication_slot`
88+
* `replication`
89+
* `roles`
8990
* `stat_bgwriter`
9091
* `stat_database`
92+
* `stat_progress_vacuum`
9193
* `stat_user_tables`
9294
* `statio_user_tables`
9395
* `wal`
94-
* `roles`
95-
* `stat_progress_vacuum`
9696

9797
{{< /column-list >}}
9898

0 commit comments

Comments
 (0)