@ancplua/qyl-api-schema 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,11 +16,7 @@
|
|
|
16
16
|
"description": "Attribute key (dot-separated namespace)"
|
|
17
17
|
},
|
|
18
18
|
"value": {
|
|
19
|
-
"
|
|
20
|
-
{
|
|
21
|
-
"$ref": "#/$defs/Common.AttributeValue"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
19
|
+
"$ref": "#/$defs/Common.AttributeValue",
|
|
24
20
|
"description": "Attribute value"
|
|
25
21
|
}
|
|
26
22
|
},
|
|
@@ -233,11 +229,12 @@
|
|
|
233
229
|
"x-csharp-type": "double"
|
|
234
230
|
},
|
|
235
231
|
"Common.DurationNs": {
|
|
236
|
-
"type": "
|
|
232
|
+
"type": "string",
|
|
237
233
|
"format": "uint64",
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
234
|
+
"description": "Duration in nanoseconds, encoded as a decimal string",
|
|
235
|
+
"x-csharp-type": "ulong",
|
|
236
|
+
"pattern": "^(0|[1-9][0-9]*)$",
|
|
237
|
+
"maxLength": 20
|
|
241
238
|
},
|
|
242
239
|
"Common.DurationS": {
|
|
243
240
|
"type": "number",
|
|
@@ -670,11 +667,7 @@
|
|
|
670
667
|
"description": "Name of the instrumentation scope (library name)"
|
|
671
668
|
},
|
|
672
669
|
"version": {
|
|
673
|
-
"
|
|
674
|
-
{
|
|
675
|
-
"$ref": "#/$defs/Common.SemVer"
|
|
676
|
-
}
|
|
677
|
-
],
|
|
670
|
+
"$ref": "#/$defs/Common.SemVer",
|
|
678
671
|
"description": "Version of the instrumentation scope"
|
|
679
672
|
},
|
|
680
673
|
"attributes": {
|
|
@@ -685,11 +678,7 @@
|
|
|
685
678
|
"description": "Additional attributes for the scope"
|
|
686
679
|
},
|
|
687
680
|
"dropped_attributes_count": {
|
|
688
|
-
"
|
|
689
|
-
{
|
|
690
|
-
"$ref": "#/$defs/Common.Count"
|
|
691
|
-
}
|
|
692
|
-
],
|
|
681
|
+
"$ref": "#/$defs/Common.Count",
|
|
693
682
|
"description": "Dropped attributes count"
|
|
694
683
|
}
|
|
695
684
|
},
|
|
@@ -727,11 +716,7 @@
|
|
|
727
716
|
"type": "object",
|
|
728
717
|
"properties": {
|
|
729
718
|
"bucket": {
|
|
730
|
-
"
|
|
731
|
-
{
|
|
732
|
-
"$ref": "#/$defs/Common.Pagination.TimeBucket"
|
|
733
|
-
}
|
|
734
|
-
],
|
|
719
|
+
"$ref": "#/$defs/Common.Pagination.TimeBucket",
|
|
735
720
|
"description": "Time bucket size",
|
|
736
721
|
"default": "auto"
|
|
737
722
|
},
|
|
@@ -768,11 +753,7 @@
|
|
|
768
753
|
"default": 100
|
|
769
754
|
},
|
|
770
755
|
"order": {
|
|
771
|
-
"
|
|
772
|
-
{
|
|
773
|
-
"$ref": "#/$defs/Common.Pagination.SortOrder"
|
|
774
|
-
}
|
|
775
|
-
],
|
|
756
|
+
"$ref": "#/$defs/Common.Pagination.SortOrder",
|
|
776
757
|
"description": "Sort direction",
|
|
777
758
|
"default": "desc"
|
|
778
759
|
}
|
|
@@ -823,11 +804,7 @@
|
|
|
823
804
|
"description": "Include historical data from this timestamp"
|
|
824
805
|
},
|
|
825
806
|
"trace_id": {
|
|
826
|
-
"
|
|
827
|
-
{
|
|
828
|
-
"$ref": "#/$defs/Common.TraceId"
|
|
829
|
-
}
|
|
830
|
-
],
|
|
807
|
+
"$ref": "#/$defs/Common.TraceId",
|
|
831
808
|
"description": "Filter by trace ID"
|
|
832
809
|
},
|
|
833
810
|
"service_name": {
|
|
@@ -995,11 +972,12 @@
|
|
|
995
972
|
]
|
|
996
973
|
},
|
|
997
974
|
"Common.UnixNanos": {
|
|
998
|
-
"type": "
|
|
975
|
+
"type": "string",
|
|
999
976
|
"format": "uint64",
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
1002
|
-
"
|
|
977
|
+
"description": "Unsigned Unix timestamp in nanoseconds since epoch, encoded as a decimal string",
|
|
978
|
+
"x-csharp-type": "ulong",
|
|
979
|
+
"pattern": "^(0|[1-9][0-9]*)$",
|
|
980
|
+
"maxLength": 20
|
|
1003
981
|
},
|
|
1004
982
|
"Common.UrlPath": {
|
|
1005
983
|
"type": "string",
|
|
@@ -1055,19 +1033,11 @@
|
|
|
1055
1033
|
],
|
|
1056
1034
|
"properties": {
|
|
1057
1035
|
"session_id": {
|
|
1058
|
-
"
|
|
1059
|
-
{
|
|
1060
|
-
"$ref": "#/$defs/Common.SessionId"
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1036
|
+
"$ref": "#/$defs/Common.SessionId",
|
|
1063
1037
|
"description": "Session ID"
|
|
1064
1038
|
},
|
|
1065
1039
|
"previous_session_id": {
|
|
1066
|
-
"
|
|
1067
|
-
{
|
|
1068
|
-
"$ref": "#/$defs/Common.SessionId"
|
|
1069
|
-
}
|
|
1070
|
-
],
|
|
1040
|
+
"$ref": "#/$defs/Common.SessionId",
|
|
1071
1041
|
"description": "Previous session ID (for session continuity)"
|
|
1072
1042
|
}
|
|
1073
1043
|
},
|
|
@@ -1080,27 +1050,15 @@
|
|
|
1080
1050
|
"type": "object",
|
|
1081
1051
|
"properties": {
|
|
1082
1052
|
"ip": {
|
|
1083
|
-
"
|
|
1084
|
-
{
|
|
1085
|
-
"$ref": "#/$defs/Common.IpAddress"
|
|
1086
|
-
}
|
|
1087
|
-
],
|
|
1053
|
+
"$ref": "#/$defs/Common.IpAddress",
|
|
1088
1054
|
"description": "Client IP address"
|
|
1089
1055
|
},
|
|
1090
1056
|
"user_agent": {
|
|
1091
|
-
"
|
|
1092
|
-
{
|
|
1093
|
-
"$ref": "#/$defs/Common.UserAgent"
|
|
1094
|
-
}
|
|
1095
|
-
],
|
|
1057
|
+
"$ref": "#/$defs/Common.UserAgent",
|
|
1096
1058
|
"description": "User agent string"
|
|
1097
1059
|
},
|
|
1098
1060
|
"device_type": {
|
|
1099
|
-
"
|
|
1100
|
-
{
|
|
1101
|
-
"$ref": "#/$defs/Domains.Observe.Session.DeviceType"
|
|
1102
|
-
}
|
|
1103
|
-
],
|
|
1061
|
+
"$ref": "#/$defs/Domains.Observe.Session.DeviceType",
|
|
1104
1062
|
"description": "Device type"
|
|
1105
1063
|
},
|
|
1106
1064
|
"os": {
|
|
@@ -1134,19 +1092,11 @@
|
|
|
1134
1092
|
],
|
|
1135
1093
|
"properties": {
|
|
1136
1094
|
"session_id": {
|
|
1137
|
-
"
|
|
1138
|
-
{
|
|
1139
|
-
"$ref": "#/$defs/Common.SessionId"
|
|
1140
|
-
}
|
|
1141
|
-
],
|
|
1095
|
+
"$ref": "#/$defs/Common.SessionId",
|
|
1142
1096
|
"description": "Session ID"
|
|
1143
1097
|
},
|
|
1144
1098
|
"user_id": {
|
|
1145
|
-
"
|
|
1146
|
-
{
|
|
1147
|
-
"$ref": "#/$defs/Common.UserId"
|
|
1148
|
-
}
|
|
1149
|
-
],
|
|
1099
|
+
"$ref": "#/$defs/Common.UserId",
|
|
1150
1100
|
"description": "User ID (if authenticated)"
|
|
1151
1101
|
},
|
|
1152
1102
|
"start_time": {
|
|
@@ -1160,11 +1110,7 @@
|
|
|
1160
1110
|
"description": "Session end time"
|
|
1161
1111
|
},
|
|
1162
1112
|
"duration_ms": {
|
|
1163
|
-
"
|
|
1164
|
-
{
|
|
1165
|
-
"$ref": "#/$defs/Common.DurationMs"
|
|
1166
|
-
}
|
|
1167
|
-
],
|
|
1113
|
+
"$ref": "#/$defs/Common.DurationMs",
|
|
1168
1114
|
"description": "Session duration in milliseconds"
|
|
1169
1115
|
},
|
|
1170
1116
|
"trace_count": {
|
|
@@ -1193,35 +1139,19 @@
|
|
|
1193
1139
|
"description": "Service names observed in this session"
|
|
1194
1140
|
},
|
|
1195
1141
|
"state": {
|
|
1196
|
-
"
|
|
1197
|
-
{
|
|
1198
|
-
"$ref": "#/$defs/Domains.Observe.Session.SessionState"
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1142
|
+
"$ref": "#/$defs/Domains.Observe.Session.SessionState",
|
|
1201
1143
|
"description": "Session state"
|
|
1202
1144
|
},
|
|
1203
1145
|
"client": {
|
|
1204
|
-
"
|
|
1205
|
-
{
|
|
1206
|
-
"$ref": "#/$defs/Domains.Observe.Session.SessionClientInfo"
|
|
1207
|
-
}
|
|
1208
|
-
],
|
|
1146
|
+
"$ref": "#/$defs/Domains.Observe.Session.SessionClientInfo",
|
|
1209
1147
|
"description": "Client information"
|
|
1210
1148
|
},
|
|
1211
1149
|
"geo": {
|
|
1212
|
-
"
|
|
1213
|
-
{
|
|
1214
|
-
"$ref": "#/$defs/Domains.Observe.Session.SessionGeoInfo"
|
|
1215
|
-
}
|
|
1216
|
-
],
|
|
1150
|
+
"$ref": "#/$defs/Domains.Observe.Session.SessionGeoInfo",
|
|
1217
1151
|
"description": "Location information"
|
|
1218
1152
|
},
|
|
1219
1153
|
"genai_usage": {
|
|
1220
|
-
"
|
|
1221
|
-
{
|
|
1222
|
-
"$ref": "#/$defs/Domains.Observe.Session.SessionGenAiUsage"
|
|
1223
|
-
}
|
|
1224
|
-
],
|
|
1154
|
+
"$ref": "#/$defs/Domains.Observe.Session.SessionGenAiUsage",
|
|
1225
1155
|
"description": "GenAI usage summary"
|
|
1226
1156
|
}
|
|
1227
1157
|
},
|
|
@@ -1241,19 +1171,11 @@
|
|
|
1241
1171
|
],
|
|
1242
1172
|
"properties": {
|
|
1243
1173
|
"event_name": {
|
|
1244
|
-
"
|
|
1245
|
-
{
|
|
1246
|
-
"$ref": "#/$defs/Domains.Observe.Session.SessionEventName"
|
|
1247
|
-
}
|
|
1248
|
-
],
|
|
1174
|
+
"$ref": "#/$defs/Domains.Observe.Session.SessionEventName",
|
|
1249
1175
|
"description": "Event name"
|
|
1250
1176
|
},
|
|
1251
1177
|
"session_id": {
|
|
1252
|
-
"
|
|
1253
|
-
{
|
|
1254
|
-
"$ref": "#/$defs/Common.SessionId"
|
|
1255
|
-
}
|
|
1256
|
-
],
|
|
1178
|
+
"$ref": "#/$defs/Common.SessionId",
|
|
1257
1179
|
"description": "Session ID"
|
|
1258
1180
|
},
|
|
1259
1181
|
"timestamp": {
|
|
@@ -1299,19 +1221,11 @@
|
|
|
1299
1221
|
"description": "Total GenAI requests in session"
|
|
1300
1222
|
},
|
|
1301
1223
|
"total_input_tokens": {
|
|
1302
|
-
"
|
|
1303
|
-
{
|
|
1304
|
-
"$ref": "#/$defs/Common.TokenCount"
|
|
1305
|
-
}
|
|
1306
|
-
],
|
|
1224
|
+
"$ref": "#/$defs/Common.TokenCount",
|
|
1307
1225
|
"description": "Total input tokens consumed"
|
|
1308
1226
|
},
|
|
1309
1227
|
"total_output_tokens": {
|
|
1310
|
-
"
|
|
1311
|
-
{
|
|
1312
|
-
"$ref": "#/$defs/Common.TokenCount"
|
|
1313
|
-
}
|
|
1314
|
-
],
|
|
1228
|
+
"$ref": "#/$defs/Common.TokenCount",
|
|
1315
1229
|
"description": "Total output tokens generated"
|
|
1316
1230
|
},
|
|
1317
1231
|
"models_used": {
|
|
@@ -1390,19 +1304,11 @@
|
|
|
1390
1304
|
],
|
|
1391
1305
|
"properties": {
|
|
1392
1306
|
"active_sessions": {
|
|
1393
|
-
"
|
|
1394
|
-
{
|
|
1395
|
-
"$ref": "#/$defs/Common.Count"
|
|
1396
|
-
}
|
|
1397
|
-
],
|
|
1307
|
+
"$ref": "#/$defs/Common.Count",
|
|
1398
1308
|
"description": "Active sessions count"
|
|
1399
1309
|
},
|
|
1400
1310
|
"total_sessions": {
|
|
1401
|
-
"
|
|
1402
|
-
{
|
|
1403
|
-
"$ref": "#/$defs/Common.Count"
|
|
1404
|
-
}
|
|
1405
|
-
],
|
|
1311
|
+
"$ref": "#/$defs/Common.Count",
|
|
1406
1312
|
"description": "Total sessions in time range"
|
|
1407
1313
|
},
|
|
1408
1314
|
"avg_duration_ms": {
|
|
@@ -1411,27 +1317,15 @@
|
|
|
1411
1317
|
"description": "Average session duration in milliseconds"
|
|
1412
1318
|
},
|
|
1413
1319
|
"sessions_with_errors": {
|
|
1414
|
-
"
|
|
1415
|
-
{
|
|
1416
|
-
"$ref": "#/$defs/Common.Count"
|
|
1417
|
-
}
|
|
1418
|
-
],
|
|
1320
|
+
"$ref": "#/$defs/Common.Count",
|
|
1419
1321
|
"description": "Sessions with errors"
|
|
1420
1322
|
},
|
|
1421
1323
|
"sessions_with_genai": {
|
|
1422
|
-
"
|
|
1423
|
-
{
|
|
1424
|
-
"$ref": "#/$defs/Common.Count"
|
|
1425
|
-
}
|
|
1426
|
-
],
|
|
1324
|
+
"$ref": "#/$defs/Common.Count",
|
|
1427
1325
|
"description": "Sessions with GenAI usage"
|
|
1428
1326
|
},
|
|
1429
1327
|
"bounce_rate": {
|
|
1430
|
-
"
|
|
1431
|
-
{
|
|
1432
|
-
"$ref": "#/$defs/Common.Ratio"
|
|
1433
|
-
}
|
|
1434
|
-
],
|
|
1328
|
+
"$ref": "#/$defs/Common.Ratio",
|
|
1435
1329
|
"description": "Bounce rate (single-page sessions)"
|
|
1436
1330
|
}
|
|
1437
1331
|
},
|
|
@@ -2281,43 +2175,23 @@
|
|
|
2281
2175
|
],
|
|
2282
2176
|
"properties": {
|
|
2283
2177
|
"time_unix_nano": {
|
|
2284
|
-
"
|
|
2285
|
-
{
|
|
2286
|
-
"$ref": "#/$defs/Common.UnixNanos"
|
|
2287
|
-
}
|
|
2288
|
-
],
|
|
2178
|
+
"$ref": "#/$defs/Common.UnixNanos",
|
|
2289
2179
|
"description": "Timestamp when the event occurred (nanoseconds since epoch)"
|
|
2290
2180
|
},
|
|
2291
2181
|
"observed_time_unix_nano": {
|
|
2292
|
-
"
|
|
2293
|
-
{
|
|
2294
|
-
"$ref": "#/$defs/Common.UnixNanos"
|
|
2295
|
-
}
|
|
2296
|
-
],
|
|
2182
|
+
"$ref": "#/$defs/Common.UnixNanos",
|
|
2297
2183
|
"description": "Timestamp when the log was observed/collected (nanoseconds since epoch)"
|
|
2298
2184
|
},
|
|
2299
2185
|
"severity_number": {
|
|
2300
|
-
"
|
|
2301
|
-
{
|
|
2302
|
-
"$ref": "#/$defs/OTel.Enums.SeverityNumber"
|
|
2303
|
-
}
|
|
2304
|
-
],
|
|
2186
|
+
"$ref": "#/$defs/OTel.Enums.SeverityNumber",
|
|
2305
2187
|
"description": "Severity number (1-24)"
|
|
2306
2188
|
},
|
|
2307
2189
|
"severity_text": {
|
|
2308
|
-
"
|
|
2309
|
-
{
|
|
2310
|
-
"$ref": "#/$defs/OTel.Enums.SeverityText"
|
|
2311
|
-
}
|
|
2312
|
-
],
|
|
2190
|
+
"$ref": "#/$defs/OTel.Enums.SeverityText",
|
|
2313
2191
|
"description": "Severity text (DEBUG, INFO, WARN, ERROR, etc.)"
|
|
2314
2192
|
},
|
|
2315
2193
|
"body": {
|
|
2316
|
-
"
|
|
2317
|
-
{
|
|
2318
|
-
"$ref": "#/$defs/OTel.Logs.LogBody"
|
|
2319
|
-
}
|
|
2320
|
-
],
|
|
2194
|
+
"$ref": "#/$defs/OTel.Logs.LogBody",
|
|
2321
2195
|
"description": "Log body - the main content"
|
|
2322
2196
|
},
|
|
2323
2197
|
"attributes": {
|
|
@@ -2328,11 +2202,7 @@
|
|
|
2328
2202
|
"description": "Log attributes"
|
|
2329
2203
|
},
|
|
2330
2204
|
"dropped_attributes_count": {
|
|
2331
|
-
"
|
|
2332
|
-
{
|
|
2333
|
-
"$ref": "#/$defs/Common.Count"
|
|
2334
|
-
}
|
|
2335
|
-
],
|
|
2205
|
+
"$ref": "#/$defs/Common.Count",
|
|
2336
2206
|
"description": "Dropped attributes count"
|
|
2337
2207
|
},
|
|
2338
2208
|
"flags": {
|
|
@@ -2341,19 +2211,11 @@
|
|
|
2341
2211
|
"description": "Flags (trace flags)"
|
|
2342
2212
|
},
|
|
2343
2213
|
"trace_id": {
|
|
2344
|
-
"
|
|
2345
|
-
{
|
|
2346
|
-
"$ref": "#/$defs/Common.TraceId"
|
|
2347
|
-
}
|
|
2348
|
-
],
|
|
2214
|
+
"$ref": "#/$defs/Common.TraceId",
|
|
2349
2215
|
"description": "Associated trace ID"
|
|
2350
2216
|
},
|
|
2351
2217
|
"span_id": {
|
|
2352
|
-
"
|
|
2353
|
-
{
|
|
2354
|
-
"$ref": "#/$defs/Common.SpanId"
|
|
2355
|
-
}
|
|
2356
|
-
],
|
|
2218
|
+
"$ref": "#/$defs/Common.SpanId",
|
|
2357
2219
|
"description": "Associated span ID"
|
|
2358
2220
|
},
|
|
2359
2221
|
"event_name": {
|
|
@@ -2361,19 +2223,11 @@
|
|
|
2361
2223
|
"description": "Optional event category whose presence identifies this log record as an event; records with the same name are expected to share one body and attribute schema."
|
|
2362
2224
|
},
|
|
2363
2225
|
"resource": {
|
|
2364
|
-
"
|
|
2365
|
-
{
|
|
2366
|
-
"$ref": "#/$defs/OTel.Resource.Resource"
|
|
2367
|
-
}
|
|
2368
|
-
],
|
|
2226
|
+
"$ref": "#/$defs/OTel.Resource.Resource",
|
|
2369
2227
|
"description": "Resource describing the entity that produced this log"
|
|
2370
2228
|
},
|
|
2371
2229
|
"instrumentation_scope": {
|
|
2372
|
-
"
|
|
2373
|
-
{
|
|
2374
|
-
"$ref": "#/$defs/Common.InstrumentationScope"
|
|
2375
|
-
}
|
|
2376
|
-
],
|
|
2230
|
+
"$ref": "#/$defs/Common.InstrumentationScope",
|
|
2377
2231
|
"description": "Instrumentation scope"
|
|
2378
2232
|
}
|
|
2379
2233
|
},
|
|
@@ -2473,11 +2327,7 @@
|
|
|
2473
2327
|
"description": "Service instance ID (unique per instance)"
|
|
2474
2328
|
},
|
|
2475
2329
|
"service_version": {
|
|
2476
|
-
"
|
|
2477
|
-
{
|
|
2478
|
-
"$ref": "#/$defs/Common.SemVer"
|
|
2479
|
-
}
|
|
2480
|
-
],
|
|
2330
|
+
"$ref": "#/$defs/Common.SemVer",
|
|
2481
2331
|
"description": "Service version"
|
|
2482
2332
|
},
|
|
2483
2333
|
"telemetry_sdk_name": {
|
|
@@ -2485,27 +2335,15 @@
|
|
|
2485
2335
|
"description": "Telemetry SDK name"
|
|
2486
2336
|
},
|
|
2487
2337
|
"telemetry_sdk_language": {
|
|
2488
|
-
"
|
|
2489
|
-
{
|
|
2490
|
-
"$ref": "#/$defs/OTel.Enums.TelemetrySdkLanguage"
|
|
2491
|
-
}
|
|
2492
|
-
],
|
|
2338
|
+
"$ref": "#/$defs/OTel.Enums.TelemetrySdkLanguage",
|
|
2493
2339
|
"description": "Telemetry SDK language"
|
|
2494
2340
|
},
|
|
2495
2341
|
"telemetry_sdk_version": {
|
|
2496
|
-
"
|
|
2497
|
-
{
|
|
2498
|
-
"$ref": "#/$defs/Common.SemVer"
|
|
2499
|
-
}
|
|
2500
|
-
],
|
|
2342
|
+
"$ref": "#/$defs/Common.SemVer",
|
|
2501
2343
|
"description": "Telemetry SDK version"
|
|
2502
2344
|
},
|
|
2503
2345
|
"telemetry_distro_version": {
|
|
2504
|
-
"
|
|
2505
|
-
{
|
|
2506
|
-
"$ref": "#/$defs/Common.SemVer"
|
|
2507
|
-
}
|
|
2508
|
-
],
|
|
2346
|
+
"$ref": "#/$defs/Common.SemVer",
|
|
2509
2347
|
"description": "Telemetry distribution version"
|
|
2510
2348
|
},
|
|
2511
2349
|
"deployment_environment": {
|
|
@@ -2513,11 +2351,7 @@
|
|
|
2513
2351
|
"description": "Deployment environment (e.g., production, staging)"
|
|
2514
2352
|
},
|
|
2515
2353
|
"cloud_provider": {
|
|
2516
|
-
"
|
|
2517
|
-
{
|
|
2518
|
-
"$ref": "#/$defs/OTel.Resource.CloudProvider"
|
|
2519
|
-
}
|
|
2520
|
-
],
|
|
2354
|
+
"$ref": "#/$defs/OTel.Resource.CloudProvider",
|
|
2521
2355
|
"description": "Cloud provider"
|
|
2522
2356
|
},
|
|
2523
2357
|
"cloud_region": {
|
|
@@ -2549,19 +2383,11 @@
|
|
|
2549
2383
|
"description": "Host type (e.g., n1-standard-1)"
|
|
2550
2384
|
},
|
|
2551
2385
|
"host_arch": {
|
|
2552
|
-
"
|
|
2553
|
-
{
|
|
2554
|
-
"$ref": "#/$defs/OTel.Resource.HostArch"
|
|
2555
|
-
}
|
|
2556
|
-
],
|
|
2386
|
+
"$ref": "#/$defs/OTel.Resource.HostArch",
|
|
2557
2387
|
"description": "Host architecture (e.g., amd64, arm64)"
|
|
2558
2388
|
},
|
|
2559
2389
|
"os_type": {
|
|
2560
|
-
"
|
|
2561
|
-
{
|
|
2562
|
-
"$ref": "#/$defs/OTel.Resource.OsType"
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2390
|
+
"$ref": "#/$defs/OTel.Resource.OsType",
|
|
2565
2391
|
"description": "Operating system type"
|
|
2566
2392
|
},
|
|
2567
2393
|
"os_description": {
|
|
@@ -2640,11 +2466,7 @@
|
|
|
2640
2466
|
"description": "Additional resource attributes"
|
|
2641
2467
|
},
|
|
2642
2468
|
"dropped_attributes_count": {
|
|
2643
|
-
"
|
|
2644
|
-
{
|
|
2645
|
-
"$ref": "#/$defs/Common.Count"
|
|
2646
|
-
}
|
|
2647
|
-
],
|
|
2469
|
+
"$ref": "#/$defs/Common.Count",
|
|
2648
2470
|
"description": "Dropped attributes count"
|
|
2649
2471
|
},
|
|
2650
2472
|
"entity_refs": {
|
|
@@ -2674,35 +2496,19 @@
|
|
|
2674
2496
|
],
|
|
2675
2497
|
"properties": {
|
|
2676
2498
|
"span_id": {
|
|
2677
|
-
"
|
|
2678
|
-
{
|
|
2679
|
-
"$ref": "#/$defs/Common.SpanId"
|
|
2680
|
-
}
|
|
2681
|
-
],
|
|
2499
|
+
"$ref": "#/$defs/Common.SpanId",
|
|
2682
2500
|
"description": "Unique span identifier (16 hex chars)"
|
|
2683
2501
|
},
|
|
2684
2502
|
"trace_id": {
|
|
2685
|
-
"
|
|
2686
|
-
{
|
|
2687
|
-
"$ref": "#/$defs/Common.TraceId"
|
|
2688
|
-
}
|
|
2689
|
-
],
|
|
2503
|
+
"$ref": "#/$defs/Common.TraceId",
|
|
2690
2504
|
"description": "Trace identifier (32 hex chars)"
|
|
2691
2505
|
},
|
|
2692
2506
|
"parent_span_id": {
|
|
2693
|
-
"
|
|
2694
|
-
{
|
|
2695
|
-
"$ref": "#/$defs/Common.SpanId"
|
|
2696
|
-
}
|
|
2697
|
-
],
|
|
2507
|
+
"$ref": "#/$defs/Common.SpanId",
|
|
2698
2508
|
"description": "Parent span identifier (null for root spans)"
|
|
2699
2509
|
},
|
|
2700
2510
|
"trace_state": {
|
|
2701
|
-
"
|
|
2702
|
-
{
|
|
2703
|
-
"$ref": "#/$defs/Common.TraceState"
|
|
2704
|
-
}
|
|
2705
|
-
],
|
|
2511
|
+
"$ref": "#/$defs/Common.TraceState",
|
|
2706
2512
|
"description": "W3C trace state"
|
|
2707
2513
|
},
|
|
2708
2514
|
"name": {
|
|
@@ -2711,27 +2517,15 @@
|
|
|
2711
2517
|
"description": "Human-readable span name"
|
|
2712
2518
|
},
|
|
2713
2519
|
"kind": {
|
|
2714
|
-
"
|
|
2715
|
-
{
|
|
2716
|
-
"$ref": "#/$defs/OTel.Enums.SpanKind"
|
|
2717
|
-
}
|
|
2718
|
-
],
|
|
2520
|
+
"$ref": "#/$defs/OTel.Enums.SpanKind",
|
|
2719
2521
|
"description": "Span kind"
|
|
2720
2522
|
},
|
|
2721
2523
|
"start_time_unix_nano": {
|
|
2722
|
-
"
|
|
2723
|
-
{
|
|
2724
|
-
"$ref": "#/$defs/Common.UnixNanos"
|
|
2725
|
-
}
|
|
2726
|
-
],
|
|
2524
|
+
"$ref": "#/$defs/Common.UnixNanos",
|
|
2727
2525
|
"description": "Start timestamp in nanoseconds since epoch"
|
|
2728
2526
|
},
|
|
2729
2527
|
"end_time_unix_nano": {
|
|
2730
|
-
"
|
|
2731
|
-
{
|
|
2732
|
-
"$ref": "#/$defs/Common.UnixNanos"
|
|
2733
|
-
}
|
|
2734
|
-
],
|
|
2528
|
+
"$ref": "#/$defs/Common.UnixNanos",
|
|
2735
2529
|
"description": "End timestamp in nanoseconds since epoch"
|
|
2736
2530
|
},
|
|
2737
2531
|
"attributes": {
|
|
@@ -2742,11 +2536,7 @@
|
|
|
2742
2536
|
"description": "Span attributes"
|
|
2743
2537
|
},
|
|
2744
2538
|
"dropped_attributes_count": {
|
|
2745
|
-
"
|
|
2746
|
-
{
|
|
2747
|
-
"$ref": "#/$defs/Common.Count"
|
|
2748
|
-
}
|
|
2749
|
-
],
|
|
2539
|
+
"$ref": "#/$defs/Common.Count",
|
|
2750
2540
|
"description": "Dropped attributes count"
|
|
2751
2541
|
},
|
|
2752
2542
|
"events": {
|
|
@@ -2757,11 +2547,7 @@
|
|
|
2757
2547
|
"description": "Span events (logs attached to span)"
|
|
2758
2548
|
},
|
|
2759
2549
|
"dropped_events_count": {
|
|
2760
|
-
"
|
|
2761
|
-
{
|
|
2762
|
-
"$ref": "#/$defs/Common.Count"
|
|
2763
|
-
}
|
|
2764
|
-
],
|
|
2550
|
+
"$ref": "#/$defs/Common.Count",
|
|
2765
2551
|
"description": "Dropped events count"
|
|
2766
2552
|
},
|
|
2767
2553
|
"links": {
|
|
@@ -2772,19 +2558,11 @@
|
|
|
2772
2558
|
"description": "Links to other spans"
|
|
2773
2559
|
},
|
|
2774
2560
|
"dropped_links_count": {
|
|
2775
|
-
"
|
|
2776
|
-
{
|
|
2777
|
-
"$ref": "#/$defs/Common.Count"
|
|
2778
|
-
}
|
|
2779
|
-
],
|
|
2561
|
+
"$ref": "#/$defs/Common.Count",
|
|
2780
2562
|
"description": "Dropped links count"
|
|
2781
2563
|
},
|
|
2782
2564
|
"status": {
|
|
2783
|
-
"
|
|
2784
|
-
{
|
|
2785
|
-
"$ref": "#/$defs/OTel.Traces.SpanStatus"
|
|
2786
|
-
}
|
|
2787
|
-
],
|
|
2565
|
+
"$ref": "#/$defs/OTel.Traces.SpanStatus",
|
|
2788
2566
|
"description": "Span status"
|
|
2789
2567
|
},
|
|
2790
2568
|
"flags": {
|
|
@@ -2793,19 +2571,11 @@
|
|
|
2793
2571
|
"description": "Span flags"
|
|
2794
2572
|
},
|
|
2795
2573
|
"resource": {
|
|
2796
|
-
"
|
|
2797
|
-
{
|
|
2798
|
-
"$ref": "#/$defs/OTel.Resource.Resource"
|
|
2799
|
-
}
|
|
2800
|
-
],
|
|
2574
|
+
"$ref": "#/$defs/OTel.Resource.Resource",
|
|
2801
2575
|
"description": "Resource describing the entity that produced this span"
|
|
2802
2576
|
},
|
|
2803
2577
|
"instrumentation_scope": {
|
|
2804
|
-
"
|
|
2805
|
-
{
|
|
2806
|
-
"$ref": "#/$defs/Common.InstrumentationScope"
|
|
2807
|
-
}
|
|
2808
|
-
],
|
|
2578
|
+
"$ref": "#/$defs/Common.InstrumentationScope",
|
|
2809
2579
|
"description": "Instrumentation scope"
|
|
2810
2580
|
}
|
|
2811
2581
|
},
|
|
@@ -2827,11 +2597,7 @@
|
|
|
2827
2597
|
"description": "Event name"
|
|
2828
2598
|
},
|
|
2829
2599
|
"time_unix_nano": {
|
|
2830
|
-
"
|
|
2831
|
-
{
|
|
2832
|
-
"$ref": "#/$defs/Common.UnixNanos"
|
|
2833
|
-
}
|
|
2834
|
-
],
|
|
2600
|
+
"$ref": "#/$defs/Common.UnixNanos",
|
|
2835
2601
|
"description": "Event timestamp in nanoseconds since epoch"
|
|
2836
2602
|
},
|
|
2837
2603
|
"attributes": {
|
|
@@ -2842,11 +2608,7 @@
|
|
|
2842
2608
|
"description": "Event attributes"
|
|
2843
2609
|
},
|
|
2844
2610
|
"dropped_attributes_count": {
|
|
2845
|
-
"
|
|
2846
|
-
{
|
|
2847
|
-
"$ref": "#/$defs/Common.Count"
|
|
2848
|
-
}
|
|
2849
|
-
],
|
|
2611
|
+
"$ref": "#/$defs/Common.Count",
|
|
2850
2612
|
"description": "Dropped attributes count"
|
|
2851
2613
|
}
|
|
2852
2614
|
},
|
|
@@ -2863,27 +2625,15 @@
|
|
|
2863
2625
|
],
|
|
2864
2626
|
"properties": {
|
|
2865
2627
|
"trace_id": {
|
|
2866
|
-
"
|
|
2867
|
-
{
|
|
2868
|
-
"$ref": "#/$defs/Common.TraceId"
|
|
2869
|
-
}
|
|
2870
|
-
],
|
|
2628
|
+
"$ref": "#/$defs/Common.TraceId",
|
|
2871
2629
|
"description": "Linked trace ID"
|
|
2872
2630
|
},
|
|
2873
2631
|
"span_id": {
|
|
2874
|
-
"
|
|
2875
|
-
{
|
|
2876
|
-
"$ref": "#/$defs/Common.SpanId"
|
|
2877
|
-
}
|
|
2878
|
-
],
|
|
2632
|
+
"$ref": "#/$defs/Common.SpanId",
|
|
2879
2633
|
"description": "Linked span ID"
|
|
2880
2634
|
},
|
|
2881
2635
|
"trace_state": {
|
|
2882
|
-
"
|
|
2883
|
-
{
|
|
2884
|
-
"$ref": "#/$defs/Common.TraceState"
|
|
2885
|
-
}
|
|
2886
|
-
],
|
|
2636
|
+
"$ref": "#/$defs/Common.TraceState",
|
|
2887
2637
|
"description": "Trace state of the linked span"
|
|
2888
2638
|
},
|
|
2889
2639
|
"attributes": {
|
|
@@ -2894,11 +2644,7 @@
|
|
|
2894
2644
|
"description": "Link attributes"
|
|
2895
2645
|
},
|
|
2896
2646
|
"dropped_attributes_count": {
|
|
2897
|
-
"
|
|
2898
|
-
{
|
|
2899
|
-
"$ref": "#/$defs/Common.Count"
|
|
2900
|
-
}
|
|
2901
|
-
],
|
|
2647
|
+
"$ref": "#/$defs/Common.Count",
|
|
2902
2648
|
"description": "Dropped attributes count"
|
|
2903
2649
|
},
|
|
2904
2650
|
"flags": {
|
|
@@ -2916,19 +2662,11 @@
|
|
|
2916
2662
|
"type": "object",
|
|
2917
2663
|
"properties": {
|
|
2918
2664
|
"trace_id": {
|
|
2919
|
-
"
|
|
2920
|
-
{
|
|
2921
|
-
"$ref": "#/$defs/Common.TraceId"
|
|
2922
|
-
}
|
|
2923
|
-
],
|
|
2665
|
+
"$ref": "#/$defs/Common.TraceId",
|
|
2924
2666
|
"description": "Filter by trace ID"
|
|
2925
2667
|
},
|
|
2926
2668
|
"parent_span_id": {
|
|
2927
|
-
"
|
|
2928
|
-
{
|
|
2929
|
-
"$ref": "#/$defs/Common.SpanId"
|
|
2930
|
-
}
|
|
2931
|
-
],
|
|
2669
|
+
"$ref": "#/$defs/Common.SpanId",
|
|
2932
2670
|
"description": "Filter by parent span ID"
|
|
2933
2671
|
},
|
|
2934
2672
|
"name": {
|
|
@@ -2936,11 +2674,7 @@
|
|
|
2936
2674
|
"description": "Filter by span name (supports wildcards)"
|
|
2937
2675
|
},
|
|
2938
2676
|
"kind": {
|
|
2939
|
-
"
|
|
2940
|
-
{
|
|
2941
|
-
"$ref": "#/$defs/OTel.Enums.SpanKind"
|
|
2942
|
-
}
|
|
2943
|
-
],
|
|
2677
|
+
"$ref": "#/$defs/OTel.Enums.SpanKind",
|
|
2944
2678
|
"description": "Filter by span kind"
|
|
2945
2679
|
},
|
|
2946
2680
|
"service_name": {
|
|
@@ -2948,27 +2682,15 @@
|
|
|
2948
2682
|
"description": "Filter by service name"
|
|
2949
2683
|
},
|
|
2950
2684
|
"status_code": {
|
|
2951
|
-
"
|
|
2952
|
-
{
|
|
2953
|
-
"$ref": "#/$defs/OTel.Enums.SpanStatusCode"
|
|
2954
|
-
}
|
|
2955
|
-
],
|
|
2685
|
+
"$ref": "#/$defs/OTel.Enums.SpanStatusCode",
|
|
2956
2686
|
"description": "Filter by status code"
|
|
2957
2687
|
},
|
|
2958
2688
|
"min_duration_ns": {
|
|
2959
|
-
"
|
|
2960
|
-
{
|
|
2961
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
2962
|
-
}
|
|
2963
|
-
],
|
|
2689
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
2964
2690
|
"description": "Minimum duration in nanoseconds"
|
|
2965
2691
|
},
|
|
2966
2692
|
"max_duration_ns": {
|
|
2967
|
-
"
|
|
2968
|
-
{
|
|
2969
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
2970
|
-
}
|
|
2971
|
-
],
|
|
2693
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
2972
2694
|
"description": "Maximum duration in nanoseconds"
|
|
2973
2695
|
},
|
|
2974
2696
|
"attribute": {
|
|
@@ -2997,27 +2719,15 @@
|
|
|
2997
2719
|
],
|
|
2998
2720
|
"properties": {
|
|
2999
2721
|
"total_count": {
|
|
3000
|
-
"
|
|
3001
|
-
{
|
|
3002
|
-
"$ref": "#/$defs/Common.Count"
|
|
3003
|
-
}
|
|
3004
|
-
],
|
|
2722
|
+
"$ref": "#/$defs/Common.Count",
|
|
3005
2723
|
"description": "Total span count"
|
|
3006
2724
|
},
|
|
3007
2725
|
"error_count": {
|
|
3008
|
-
"
|
|
3009
|
-
{
|
|
3010
|
-
"$ref": "#/$defs/Common.Count"
|
|
3011
|
-
}
|
|
3012
|
-
],
|
|
2726
|
+
"$ref": "#/$defs/Common.Count",
|
|
3013
2727
|
"description": "Error count"
|
|
3014
2728
|
},
|
|
3015
2729
|
"error_rate": {
|
|
3016
|
-
"
|
|
3017
|
-
{
|
|
3018
|
-
"$ref": "#/$defs/Common.Ratio"
|
|
3019
|
-
}
|
|
3020
|
-
],
|
|
2730
|
+
"$ref": "#/$defs/Common.Ratio",
|
|
3021
2731
|
"description": "Error rate (0.0 - 1.0)"
|
|
3022
2732
|
},
|
|
3023
2733
|
"avg_duration_ns": {
|
|
@@ -3026,43 +2736,23 @@
|
|
|
3026
2736
|
"description": "Average duration in nanoseconds"
|
|
3027
2737
|
},
|
|
3028
2738
|
"p50_duration_ns": {
|
|
3029
|
-
"
|
|
3030
|
-
{
|
|
3031
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
3032
|
-
}
|
|
3033
|
-
],
|
|
2739
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
3034
2740
|
"description": "P50 duration in nanoseconds"
|
|
3035
2741
|
},
|
|
3036
2742
|
"p90_duration_ns": {
|
|
3037
|
-
"
|
|
3038
|
-
{
|
|
3039
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
3040
|
-
}
|
|
3041
|
-
],
|
|
2743
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
3042
2744
|
"description": "P90 duration in nanoseconds"
|
|
3043
2745
|
},
|
|
3044
2746
|
"p99_duration_ns": {
|
|
3045
|
-
"
|
|
3046
|
-
{
|
|
3047
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
3048
|
-
}
|
|
3049
|
-
],
|
|
2747
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
3050
2748
|
"description": "P99 duration in nanoseconds"
|
|
3051
2749
|
},
|
|
3052
2750
|
"min_duration_ns": {
|
|
3053
|
-
"
|
|
3054
|
-
{
|
|
3055
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
3056
|
-
}
|
|
3057
|
-
],
|
|
2751
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
3058
2752
|
"description": "Minimum duration in nanoseconds"
|
|
3059
2753
|
},
|
|
3060
2754
|
"max_duration_ns": {
|
|
3061
|
-
"
|
|
3062
|
-
{
|
|
3063
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
3064
|
-
}
|
|
3065
|
-
],
|
|
2755
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
3066
2756
|
"description": "Maximum duration in nanoseconds"
|
|
3067
2757
|
},
|
|
3068
2758
|
"throughput_per_second": {
|
|
@@ -3104,11 +2794,7 @@
|
|
|
3104
2794
|
"description": "Dimension value (e.g., service name)"
|
|
3105
2795
|
},
|
|
3106
2796
|
"count": {
|
|
3107
|
-
"
|
|
3108
|
-
{
|
|
3109
|
-
"$ref": "#/$defs/Common.Count"
|
|
3110
|
-
}
|
|
3111
|
-
],
|
|
2797
|
+
"$ref": "#/$defs/Common.Count",
|
|
3112
2798
|
"description": "Span count for this dimension"
|
|
3113
2799
|
},
|
|
3114
2800
|
"avg_duration_ns": {
|
|
@@ -3117,11 +2803,7 @@
|
|
|
3117
2803
|
"description": "Average duration in nanoseconds"
|
|
3118
2804
|
},
|
|
3119
2805
|
"error_rate": {
|
|
3120
|
-
"
|
|
3121
|
-
{
|
|
3122
|
-
"$ref": "#/$defs/Common.Ratio"
|
|
3123
|
-
}
|
|
3124
|
-
],
|
|
2806
|
+
"$ref": "#/$defs/Common.Ratio",
|
|
3125
2807
|
"description": "Error rate for this dimension"
|
|
3126
2808
|
}
|
|
3127
2809
|
},
|
|
@@ -3137,11 +2819,7 @@
|
|
|
3137
2819
|
],
|
|
3138
2820
|
"properties": {
|
|
3139
2821
|
"code": {
|
|
3140
|
-
"
|
|
3141
|
-
{
|
|
3142
|
-
"$ref": "#/$defs/OTel.Enums.SpanStatusCode"
|
|
3143
|
-
}
|
|
3144
|
-
],
|
|
2822
|
+
"$ref": "#/$defs/OTel.Enums.SpanStatusCode",
|
|
3145
2823
|
"description": "Status code"
|
|
3146
2824
|
},
|
|
3147
2825
|
"message": {
|
|
@@ -3191,19 +2869,11 @@
|
|
|
3191
2869
|
],
|
|
3192
2870
|
"properties": {
|
|
3193
2871
|
"trace_id": {
|
|
3194
|
-
"
|
|
3195
|
-
{
|
|
3196
|
-
"$ref": "#/$defs/Common.TraceId"
|
|
3197
|
-
}
|
|
3198
|
-
],
|
|
2872
|
+
"$ref": "#/$defs/Common.TraceId",
|
|
3199
2873
|
"description": "Trace identifier"
|
|
3200
2874
|
},
|
|
3201
2875
|
"root_span": {
|
|
3202
|
-
"
|
|
3203
|
-
{
|
|
3204
|
-
"$ref": "#/$defs/OTel.Traces.Span"
|
|
3205
|
-
}
|
|
3206
|
-
],
|
|
2876
|
+
"$ref": "#/$defs/OTel.Traces.Span",
|
|
3207
2877
|
"description": "Root span of the trace"
|
|
3208
2878
|
},
|
|
3209
2879
|
"span_count": {
|
|
@@ -3212,11 +2882,7 @@
|
|
|
3212
2882
|
"description": "Total span count"
|
|
3213
2883
|
},
|
|
3214
2884
|
"duration_ns": {
|
|
3215
|
-
"
|
|
3216
|
-
{
|
|
3217
|
-
"$ref": "#/$defs/Common.DurationNs"
|
|
3218
|
-
}
|
|
3219
|
-
],
|
|
2885
|
+
"$ref": "#/$defs/Common.DurationNs",
|
|
3220
2886
|
"description": "Trace duration in nanoseconds"
|
|
3221
2887
|
},
|
|
3222
2888
|
"start_time": {
|
|
@@ -4545,11 +4211,7 @@
|
|
|
4545
4211
|
"$ref": "#/$defs/Workbench.WorkbenchExecutionRequest"
|
|
4546
4212
|
},
|
|
4547
4213
|
"effect": {
|
|
4548
|
-
"
|
|
4549
|
-
{
|
|
4550
|
-
"$ref": "#/$defs/Workbench.WorkbenchExecutionEffect"
|
|
4551
|
-
}
|
|
4552
|
-
],
|
|
4214
|
+
"$ref": "#/$defs/Workbench.WorkbenchExecutionEffect",
|
|
4553
4215
|
"description": "Server-derived effect from the SDK-validated discovered Tool and its annotations."
|
|
4554
4216
|
},
|
|
4555
4217
|
"confirmation": {
|
|
@@ -4749,11 +4411,7 @@
|
|
|
4749
4411
|
"$ref": "#/$defs/Workbench.WorkbenchSecretReference"
|
|
4750
4412
|
},
|
|
4751
4413
|
"scheme": {
|
|
4752
|
-
"
|
|
4753
|
-
{
|
|
4754
|
-
"$ref": "#/$defs/Workbench.WorkbenchHeaderSecretScheme"
|
|
4755
|
-
}
|
|
4756
|
-
],
|
|
4414
|
+
"$ref": "#/$defs/Workbench.WorkbenchHeaderSecretScheme",
|
|
4757
4415
|
"description": "Optional HTTP authentication scheme applied to the resolved secret. Omit for a raw header value."
|
|
4758
4416
|
}
|
|
4759
4417
|
},
|