fix: classify mcp query failures (#302)

This commit is contained in:
Andrey Avtomonov 2026-06-15 14:48:24 +02:00 committed by GitHub
parent 8a50601582
commit 7e29543398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 102 additions and 8 deletions

View file

@ -162,6 +162,7 @@
"outcome",
"durationMs",
"errorClass",
"errorDetail",
"sampleRate",
"mcpClientName",
"mcpClientVersion"
@ -1167,6 +1168,10 @@
"errorClass": {
"type": "string"
},
"errorDetail": {
"type": "string",
"maxLength": 1000
},
"sampleRate": {
"type": "number",
"const": 1