fix status

This commit is contained in:
2025-12-03 15:13:03 +03:00
parent d961052058
commit 667f5ad8e8

View File

@@ -18,7 +18,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 40,
"id": 42,
"links": [],
"panels": [
{
@@ -65,13 +65,14 @@
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"last"
"lastNotNull"
],
"fields": "/^\\{\\}$/",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"text": {},
"textMode": "value",
"wideLayout": true
},
"pluginVersion": "12.1.0",
@@ -83,7 +84,7 @@
},
"direction": "backward",
"editorMode": "code",
"expr": "sum by () (\r\n last_over_time(\r\n {cluster=\"yandex-prod\", job=\"prod/backend-sms-service\"}\r\n |= \"TgProvider.send_code.success\"\r\n | json\r\n | unwrap extra_result_remaining_balance\r\n [5m])\r\n)",
"expr": "min(\r\n last_over_time(\r\n {cluster=\"yandex-prod\", job=\"prod/backend-sms-service\"}\r\n |= \"TgProvider.send_code.success\"\r\n | json\r\n | unwrap extra_result_remaining_balance\r\n [5m])\r\n)",
"queryType": "range",
"refId": "A"
}
@@ -304,7 +305,7 @@
},
"direction": "backward",
"editorMode": "code",
"expr": "{cluster=\"yandex-prod\", job=\"prod/backend-sms-service\"}\r\n|= \"TgProvider.send_code.success\"\r\n| json\r\n| line_format \"phone={{.phone}} code={{.code}} remaining_balance={{.extra_result_remaining_balance}}\"",
"expr": "{cluster=\"yandex-prod\", job=\"prod/backend-sms-service\"}\r\n|= \"TgProvider.send_code.success\"\r\n| json\r\n| line_format \"phone={{.phone}} remaining_balance={{.extra_result_remaining_balance}}\"",
"queryType": "range",
"refId": "A"
}
@@ -679,12 +680,12 @@
"list": []
},
"time": {
"from": "now-3h",
"from": "now-6h",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "Auth-dashboard",
"uid": "8c0c0b3b-46fe-472c-9e07-af507f2bcba5",
"version": 39
"version": 2
}