1
0
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:
Will Rouesnel
2019-11-01 00:14:34 +11:00
parent bfd9bbb6a3
commit 0bf64ba070

View File

@@ -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"