From bf0224370855b4d6593cdb96a6c5ce2af7633182 Mon Sep 17 00:00:00 2001 From: M1 Date: Mon, 16 Mar 2026 14:48:23 +0400 Subject: [PATCH] fix: replace $json latency with $responseTime in hero example --- apps/web/src/dashboard/landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/dashboard/landing.html b/apps/web/src/dashboard/landing.html index 3c60c64..1a6dcd5 100644 --- a/apps/web/src/dashboard/landing.html +++ b/apps/web/src/dashboard/landing.html @@ -188,7 +188,7 @@
{
   "$and": [
     { "status": { "$lt": 400 } },
-    { "$json": { "$.latency": { "$lt": 200 } } },
+    { "$responseTime": { "$lt": 200 } },
     { "$certExpiry": { "$gt": 14 } }
   ]
 }