add metrics by datacenter

This commit is contained in:
doufenghu
2024-04-20 23:09:58 +08:00
parent 5e8c638018
commit 38361be7ca

View File

@@ -15,8 +15,8 @@
"enabled": true "enabled": true
}, },
{ {
"key": "Last 5 Minutes Start", "key": "Last 10 Minutes Start",
"value": "FROM_UNIXTIME(UNIX_TIMESTAMP(now())-300)", "value": "FROM_UNIXTIME(UNIX_TIMESTAMP(now())-600)",
"type": "default", "type": "default",
"enabled": true "enabled": true
}, },
@@ -28,6 +28,6 @@
} }
], ],
"_postman_variable_scope": "environment", "_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" "_postman_exported_using": "Postman/10.24.22"
} }