You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-11-03 07:53:12 +03:00
Rename pg_database_size to pg_database_size_bytes
This commit is contained in:
@@ -120,7 +120,7 @@ pg_database:
|
|||||||
- datname:
|
- datname:
|
||||||
usage: "LABEL"
|
usage: "LABEL"
|
||||||
description: "Name of the database"
|
description: "Name of the database"
|
||||||
- size:
|
- size_bytes:
|
||||||
usage: "GAUGE"
|
usage: "GAUGE"
|
||||||
description: "Disk space used by the database"
|
description: "Disk space used by the database"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user