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"
},
"mappings": [],
"noValue": "There are no TgProvider calls in the selected range",
"thresholds": {
"mode": "absolute",
"steps": [
@@ -66,7 +67,7 @@
"calcs": [
"last"
],
"fields": "/^Line$/",
"fields": "/^\\{\\}$/",
"values": false
},
"showPercentChange": false,
@@ -82,7 +83,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 \"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",
"refId": "A"
}
@@ -224,7 +225,12 @@
"show": false
},
"showHeader": true,
"sortBy": []
"sortBy": [
{
"desc": false,
"displayName": "Flashcalls errors"
}
]
},
"pluginVersion": "12.1.0",
"targets": [
@@ -673,12 +679,12 @@
"list": []
},
"time": {
"from": "now-6h",
"from": "now-3h",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "Auth-dashboard",
"uid": "8c0c0b3b-46fe-472c-9e07-af507f2bcba5",
"version": 37
"version": 39
}