diff --git a/cmd/postgres_exporter/postgres_exporter.go b/cmd/postgres_exporter/postgres_exporter.go
index 9f07e991..b75ec108 100644
--- a/cmd/postgres_exporter/postgres_exporter.go
+++ b/cmd/postgres_exporter/postgres_exporter.go
@@ -296,6 +296,7 @@ var builtinMetricMaps = map[string]intermediateMetricMap{
 			"stats_reset":        {DISCARD, "Time at which these statistics were last reset", nil, nil},
 			"last_archive_age":   {GAUGE, "Time in seconds since last WAL segment was successfully archived", nil, nil},
 		},
+		true,
 		0,
 	},
 	"pg_stat_activity": {