diff --git a/infrastructure/postgres/dashboards/postgresql-database.json b/infrastructure/postgres/dashboards/postgresql-database.json
index f782542bac7d660bffe46d5f3589393d6e1f8e6e..33104acaaaf7174ce98d3d527a5e2f9360471a65 100644
--- a/infrastructure/postgres/dashboards/postgresql-database.json
+++ b/infrastructure/postgres/dashboards/postgresql-database.json
@@ -3032,7 +3032,7 @@
         "options": [],
         "query": "query_result(pg_exporter_last_scrape_duration_seconds)",
         "refresh": 2,
-        "regex": "/.*exported_namespace=\"([^\"]+).*/",
+        "regex": "/.*namespace=\"([^\"]+).*/",
         "skipUrlSync": false,
         "sort": 1,
         "tagValuesQuery": "",
@@ -3052,7 +3052,7 @@
         "multi": false,
         "name": "release",
         "options": [],
-        "query": "query_result(pg_exporter_last_scrape_duration_seconds{exported_namespace=\"$namespace\"})",
+        "query": "query_result(pg_exporter_last_scrape_duration_seconds{namespace=\"$namespace\"})",
         "refresh": 2,
         "regex": "/.*cluster_name=\"([^\"]+)/",
         "skipUrlSync": false,