Skip to content

Commit 5fbd930

Browse files
SticksmanSuperQ
andauthored
Update collector/pg_stat_user_tables.go
Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Felix Yuan <felix.yuan@reddit.com>
1 parent 4bb84e9 commit 5fbd930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_stat_user_tables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ var (
157157
prometheus.Labels{},
158158
)
159159
statUserTablesOnlySize = prometheus.NewDesc(
160-
prometheus.BuildFQName(namespace, userTableSubsystem, "only_size_bytes"),
160+
prometheus.BuildFQName(namespace, userTableSubsystem, "table_size_bytes"),
161161
"Total disk space used by only this table, in bytes",
162162
[]string{"datname", "schemaname", "relname"},
163163
prometheus.Labels{},

0 commit comments

Comments
 (0)