Change auth

This commit is contained in:
2025-12-03 10:24:54 +03:00
parent af8d923020
commit 32cbb4ea92

View File

@@ -33,6 +33,7 @@
"mode": "continuous-GrYlRd" "mode": "continuous-GrYlRd"
}, },
"mappings": [], "mappings": [],
"noValue": "There are no TgProvider calls in the selected range",
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
@@ -66,7 +67,7 @@
"calcs": [ "calcs": [
"last" "last"
], ],
"fields": "/^Line$/", "fields": "/^\\{\\}$/",
"values": false "values": false
}, },
"showPercentChange": false, "showPercentChange": false,
@@ -82,7 +83,7 @@
}, },
"direction": "backward", "direction": "backward",
"editorMode": "code", "editorMode": "code",
"expr": "{cluster=\"yandex-prod\", job=\"prod/backend-sms-service\"}\r\n|= \"TgProvider.send_code.success\"\r\n| json\r\n| line_format \"Remaining_balance={{.extra_result_remaining_balance}}\"\r\n", "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)",
"queryType": "range", "queryType": "range",
"refId": "A" "refId": "A"
} }
@@ -224,7 +225,12 @@
"show": false "show": false
}, },
"showHeader": true, "showHeader": true,
"sortBy": [] "sortBy": [
{
"desc": false,
"displayName": "Flashcalls errors"
}
]
}, },
"pluginVersion": "12.1.0", "pluginVersion": "12.1.0",
"targets": [ "targets": [
@@ -673,12 +679,12 @@
"list": [] "list": []
}, },
"time": { "time": {
"from": "now-6h", "from": "now-3h",
"to": "now" "to": "now"
}, },
"timepicker": {}, "timepicker": {},
"timezone": "browser", "timezone": "browser",
"title": "Auth-dashboard", "title": "Auth-dashboard",
"uid": "8c0c0b3b-46fe-472c-9e07-af507f2bcba5", "uid": "8c0c0b3b-46fe-472c-9e07-af507f2bcba5",
"version": 37 "version": 39
} }