From 38361be7caadd82279f23c613ca90478d186dfe8 Mon Sep 17 00:00:00 2001 From: doufenghu Date: Sat, 20 Apr 2024 23:09:58 +0800 Subject: [PATCH] add metrics by datacenter --- .../tsg_olap_e2e_test/{enviroment.json => environment.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename 24.02/tsg_olap_e2e_test/{enviroment.json => environment.json} (79%) diff --git a/24.02/tsg_olap_e2e_test/enviroment.json b/24.02/tsg_olap_e2e_test/environment.json similarity index 79% rename from 24.02/tsg_olap_e2e_test/enviroment.json rename to 24.02/tsg_olap_e2e_test/environment.json index 4d6d3bb..2fa141c 100644 --- a/24.02/tsg_olap_e2e_test/enviroment.json +++ b/24.02/tsg_olap_e2e_test/environment.json @@ -15,8 +15,8 @@ "enabled": true }, { - "key": "Last 5 Minutes Start", - "value": "FROM_UNIXTIME(UNIX_TIMESTAMP(now())-300)", + "key": "Last 10 Minutes Start", + "value": "FROM_UNIXTIME(UNIX_TIMESTAMP(now())-600)", "type": "default", "enabled": true }, @@ -28,6 +28,6 @@ } ], "_postman_variable_scope": "environment", - "_postman_exported_at": "2024-04-20T11:32:36.546Z", + "_postman_exported_at": "2024-04-20T15:08:41.582Z", "_postman_exported_using": "Postman/10.24.22" } \ No newline at end of file