diff --git a/src/metrics.ts b/src/metrics.ts
index 6dab68b011ba84e79b56a55ad670da27162b978d..4be179a3389b583d380095688b6613ca2fb81c4e 100644
--- a/src/metrics.ts
+++ b/src/metrics.ts
@@ -140,12 +140,12 @@ export class PrometheusBridgeMetrics implements IBridgeMetrics {
 
         this.remoteMonthlyActiveUsers = new Gauge({
             help: "Current count of remote users active this month",
-            name: "remote_monthly_active_users",
+            name: "bridge_remote_monthly_active_users",
         });
         register.registerMetric(this.remoteMonthlyActiveUsers);
 
         this.bridgeBlocked = new Gauge({
-            name: "blocked",
+            name: "bridge_blocked",
             help: "Is the bridge currently blocking messages",
         });
         register.registerMetric(this.bridgeBlocked);