@ancplua/qyl-api-schema 2.1.0 → 4.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.
- package/common/types.tsp +21 -2
- package/generated/json-schema/qyl-api-schema.json +247 -439
- package/generated/openapi/qyl.openapi.json +241 -435
- package/generated/otel-keys.gen.tsp +92 -92
- package/generated/ts-runtime/api.d.ts +47 -13
- package/generated/ts-runtime/api.js +8 -0
- package/models/health.tsp +12 -0
- package/models/mcp-tools.tsp +70 -0
- package/package.json +10 -9
|
@@ -12369,11 +12369,7 @@
|
|
|
12369
12369
|
"description": "Attribute key (dot-separated namespace)"
|
|
12370
12370
|
},
|
|
12371
12371
|
"value": {
|
|
12372
|
-
"
|
|
12373
|
-
{
|
|
12374
|
-
"$ref": "#/components/schemas/Common.AttributeValue"
|
|
12375
|
-
}
|
|
12376
|
-
],
|
|
12372
|
+
"$ref": "#/components/schemas/Common.AttributeValue",
|
|
12377
12373
|
"description": "Attribute value"
|
|
12378
12374
|
}
|
|
12379
12375
|
},
|
|
@@ -12562,6 +12558,16 @@
|
|
|
12562
12558
|
"application/json"
|
|
12563
12559
|
]
|
|
12564
12560
|
},
|
|
12561
|
+
"Common.ContractRevision": {
|
|
12562
|
+
"type": "string",
|
|
12563
|
+
"minLength": 23,
|
|
12564
|
+
"maxLength": 23,
|
|
12565
|
+
"pattern": "^sha256:[a-f0-9]{16}$",
|
|
12566
|
+
"description": "Deterministic revision of the generated API contract: 'sha256:' followed by the first 16 hex characters of the SHA-256 digest of the emitted OpenAPI document.",
|
|
12567
|
+
"examples": [
|
|
12568
|
+
"sha256:0f1e2d3c4b5a6978"
|
|
12569
|
+
]
|
|
12570
|
+
},
|
|
12565
12571
|
"Common.CostUsd": {
|
|
12566
12572
|
"type": "number",
|
|
12567
12573
|
"format": "double",
|
|
@@ -12584,10 +12590,10 @@
|
|
|
12584
12590
|
"x-csharp-type": "double"
|
|
12585
12591
|
},
|
|
12586
12592
|
"Common.DurationNs": {
|
|
12587
|
-
"type": "
|
|
12593
|
+
"type": "string",
|
|
12588
12594
|
"format": "uint64",
|
|
12589
12595
|
"minimum": 0,
|
|
12590
|
-
"description": "Duration in nanoseconds",
|
|
12596
|
+
"description": "Duration in nanoseconds, encoded as a decimal string",
|
|
12591
12597
|
"x-csharp-type": "ulong"
|
|
12592
12598
|
},
|
|
12593
12599
|
"Common.DurationS": {
|
|
@@ -13021,11 +13027,7 @@
|
|
|
13021
13027
|
"description": "Name of the instrumentation scope (library name)"
|
|
13022
13028
|
},
|
|
13023
13029
|
"version": {
|
|
13024
|
-
"
|
|
13025
|
-
{
|
|
13026
|
-
"$ref": "#/components/schemas/Common.SemVer"
|
|
13027
|
-
}
|
|
13028
|
-
],
|
|
13030
|
+
"$ref": "#/components/schemas/Common.SemVer",
|
|
13029
13031
|
"description": "Version of the instrumentation scope"
|
|
13030
13032
|
},
|
|
13031
13033
|
"attributes": {
|
|
@@ -13036,11 +13038,7 @@
|
|
|
13036
13038
|
"description": "Additional attributes for the scope"
|
|
13037
13039
|
},
|
|
13038
13040
|
"dropped_attributes_count": {
|
|
13039
|
-
"
|
|
13040
|
-
{
|
|
13041
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
13042
|
-
}
|
|
13043
|
-
],
|
|
13041
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
13044
13042
|
"description": "Dropped attributes count"
|
|
13045
13043
|
}
|
|
13046
13044
|
},
|
|
@@ -13078,11 +13076,7 @@
|
|
|
13078
13076
|
"type": "object",
|
|
13079
13077
|
"properties": {
|
|
13080
13078
|
"bucket": {
|
|
13081
|
-
"
|
|
13082
|
-
{
|
|
13083
|
-
"$ref": "#/components/schemas/Common.Pagination.TimeBucket"
|
|
13084
|
-
}
|
|
13085
|
-
],
|
|
13079
|
+
"$ref": "#/components/schemas/Common.Pagination.TimeBucket",
|
|
13086
13080
|
"description": "Time bucket size",
|
|
13087
13081
|
"default": "auto"
|
|
13088
13082
|
},
|
|
@@ -13119,11 +13113,7 @@
|
|
|
13119
13113
|
"default": 100
|
|
13120
13114
|
},
|
|
13121
13115
|
"order": {
|
|
13122
|
-
"
|
|
13123
|
-
{
|
|
13124
|
-
"$ref": "#/components/schemas/Common.Pagination.SortOrder"
|
|
13125
|
-
}
|
|
13126
|
-
],
|
|
13116
|
+
"$ref": "#/components/schemas/Common.Pagination.SortOrder",
|
|
13127
13117
|
"description": "Sort direction",
|
|
13128
13118
|
"default": "desc"
|
|
13129
13119
|
}
|
|
@@ -13174,11 +13164,7 @@
|
|
|
13174
13164
|
"description": "Include historical data from this timestamp"
|
|
13175
13165
|
},
|
|
13176
13166
|
"trace_id": {
|
|
13177
|
-
"
|
|
13178
|
-
{
|
|
13179
|
-
"$ref": "#/components/schemas/Common.TraceId"
|
|
13180
|
-
}
|
|
13181
|
-
],
|
|
13167
|
+
"$ref": "#/components/schemas/Common.TraceId",
|
|
13182
13168
|
"description": "Filter by trace ID"
|
|
13183
13169
|
},
|
|
13184
13170
|
"service_name": {
|
|
@@ -13346,10 +13332,10 @@
|
|
|
13346
13332
|
]
|
|
13347
13333
|
},
|
|
13348
13334
|
"Common.UnixNanos": {
|
|
13349
|
-
"type": "
|
|
13335
|
+
"type": "string",
|
|
13350
13336
|
"format": "uint64",
|
|
13351
13337
|
"minimum": 0,
|
|
13352
|
-
"description": "Unsigned Unix timestamp in nanoseconds since epoch",
|
|
13338
|
+
"description": "Unsigned Unix timestamp in nanoseconds since epoch, encoded as a decimal string",
|
|
13353
13339
|
"x-csharp-type": "ulong"
|
|
13354
13340
|
},
|
|
13355
13341
|
"Common.UrlPath": {
|
|
@@ -13406,19 +13392,11 @@
|
|
|
13406
13392
|
],
|
|
13407
13393
|
"properties": {
|
|
13408
13394
|
"session_id": {
|
|
13409
|
-
"
|
|
13410
|
-
{
|
|
13411
|
-
"$ref": "#/components/schemas/Common.SessionId"
|
|
13412
|
-
}
|
|
13413
|
-
],
|
|
13395
|
+
"$ref": "#/components/schemas/Common.SessionId",
|
|
13414
13396
|
"description": "Session ID"
|
|
13415
13397
|
},
|
|
13416
13398
|
"previous_session_id": {
|
|
13417
|
-
"
|
|
13418
|
-
{
|
|
13419
|
-
"$ref": "#/components/schemas/Common.SessionId"
|
|
13420
|
-
}
|
|
13421
|
-
],
|
|
13399
|
+
"$ref": "#/components/schemas/Common.SessionId",
|
|
13422
13400
|
"description": "Previous session ID (for session continuity)"
|
|
13423
13401
|
}
|
|
13424
13402
|
},
|
|
@@ -13431,27 +13409,15 @@
|
|
|
13431
13409
|
"type": "object",
|
|
13432
13410
|
"properties": {
|
|
13433
13411
|
"ip": {
|
|
13434
|
-
"
|
|
13435
|
-
{
|
|
13436
|
-
"$ref": "#/components/schemas/Common.IpAddress"
|
|
13437
|
-
}
|
|
13438
|
-
],
|
|
13412
|
+
"$ref": "#/components/schemas/Common.IpAddress",
|
|
13439
13413
|
"description": "Client IP address"
|
|
13440
13414
|
},
|
|
13441
13415
|
"user_agent": {
|
|
13442
|
-
"
|
|
13443
|
-
{
|
|
13444
|
-
"$ref": "#/components/schemas/Common.UserAgent"
|
|
13445
|
-
}
|
|
13446
|
-
],
|
|
13416
|
+
"$ref": "#/components/schemas/Common.UserAgent",
|
|
13447
13417
|
"description": "User agent string"
|
|
13448
13418
|
},
|
|
13449
13419
|
"device_type": {
|
|
13450
|
-
"
|
|
13451
|
-
{
|
|
13452
|
-
"$ref": "#/components/schemas/Domains.Observe.Session.DeviceType"
|
|
13453
|
-
}
|
|
13454
|
-
],
|
|
13420
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.DeviceType",
|
|
13455
13421
|
"description": "Device type"
|
|
13456
13422
|
},
|
|
13457
13423
|
"os": {
|
|
@@ -13485,19 +13451,11 @@
|
|
|
13485
13451
|
],
|
|
13486
13452
|
"properties": {
|
|
13487
13453
|
"session_id": {
|
|
13488
|
-
"
|
|
13489
|
-
{
|
|
13490
|
-
"$ref": "#/components/schemas/Common.SessionId"
|
|
13491
|
-
}
|
|
13492
|
-
],
|
|
13454
|
+
"$ref": "#/components/schemas/Common.SessionId",
|
|
13493
13455
|
"description": "Session ID"
|
|
13494
13456
|
},
|
|
13495
13457
|
"user_id": {
|
|
13496
|
-
"
|
|
13497
|
-
{
|
|
13498
|
-
"$ref": "#/components/schemas/Common.UserId"
|
|
13499
|
-
}
|
|
13500
|
-
],
|
|
13458
|
+
"$ref": "#/components/schemas/Common.UserId",
|
|
13501
13459
|
"description": "User ID (if authenticated)"
|
|
13502
13460
|
},
|
|
13503
13461
|
"start_time": {
|
|
@@ -13511,11 +13469,7 @@
|
|
|
13511
13469
|
"description": "Session end time"
|
|
13512
13470
|
},
|
|
13513
13471
|
"duration_ms": {
|
|
13514
|
-
"
|
|
13515
|
-
{
|
|
13516
|
-
"$ref": "#/components/schemas/Common.DurationMs"
|
|
13517
|
-
}
|
|
13518
|
-
],
|
|
13472
|
+
"$ref": "#/components/schemas/Common.DurationMs",
|
|
13519
13473
|
"description": "Session duration in milliseconds"
|
|
13520
13474
|
},
|
|
13521
13475
|
"trace_count": {
|
|
@@ -13544,35 +13498,19 @@
|
|
|
13544
13498
|
"description": "Service names observed in this session"
|
|
13545
13499
|
},
|
|
13546
13500
|
"state": {
|
|
13547
|
-
"
|
|
13548
|
-
{
|
|
13549
|
-
"$ref": "#/components/schemas/Domains.Observe.Session.SessionState"
|
|
13550
|
-
}
|
|
13551
|
-
],
|
|
13501
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.SessionState",
|
|
13552
13502
|
"description": "Session state"
|
|
13553
13503
|
},
|
|
13554
13504
|
"client": {
|
|
13555
|
-
"
|
|
13556
|
-
{
|
|
13557
|
-
"$ref": "#/components/schemas/Domains.Observe.Session.SessionClientInfo"
|
|
13558
|
-
}
|
|
13559
|
-
],
|
|
13505
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.SessionClientInfo",
|
|
13560
13506
|
"description": "Client information"
|
|
13561
13507
|
},
|
|
13562
13508
|
"geo": {
|
|
13563
|
-
"
|
|
13564
|
-
{
|
|
13565
|
-
"$ref": "#/components/schemas/Domains.Observe.Session.SessionGeoInfo"
|
|
13566
|
-
}
|
|
13567
|
-
],
|
|
13509
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.SessionGeoInfo",
|
|
13568
13510
|
"description": "Location information"
|
|
13569
13511
|
},
|
|
13570
13512
|
"genai_usage": {
|
|
13571
|
-
"
|
|
13572
|
-
{
|
|
13573
|
-
"$ref": "#/components/schemas/Domains.Observe.Session.SessionGenAiUsage"
|
|
13574
|
-
}
|
|
13575
|
-
],
|
|
13513
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.SessionGenAiUsage",
|
|
13576
13514
|
"description": "GenAI usage summary"
|
|
13577
13515
|
}
|
|
13578
13516
|
},
|
|
@@ -13592,19 +13530,11 @@
|
|
|
13592
13530
|
],
|
|
13593
13531
|
"properties": {
|
|
13594
13532
|
"event_name": {
|
|
13595
|
-
"
|
|
13596
|
-
{
|
|
13597
|
-
"$ref": "#/components/schemas/Domains.Observe.Session.SessionEventName"
|
|
13598
|
-
}
|
|
13599
|
-
],
|
|
13533
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.SessionEventName",
|
|
13600
13534
|
"description": "Event name"
|
|
13601
13535
|
},
|
|
13602
13536
|
"session_id": {
|
|
13603
|
-
"
|
|
13604
|
-
{
|
|
13605
|
-
"$ref": "#/components/schemas/Common.SessionId"
|
|
13606
|
-
}
|
|
13607
|
-
],
|
|
13537
|
+
"$ref": "#/components/schemas/Common.SessionId",
|
|
13608
13538
|
"description": "Session ID"
|
|
13609
13539
|
},
|
|
13610
13540
|
"timestamp": {
|
|
@@ -13650,19 +13580,11 @@
|
|
|
13650
13580
|
"description": "Total GenAI requests in session"
|
|
13651
13581
|
},
|
|
13652
13582
|
"total_input_tokens": {
|
|
13653
|
-
"
|
|
13654
|
-
{
|
|
13655
|
-
"$ref": "#/components/schemas/Common.TokenCount"
|
|
13656
|
-
}
|
|
13657
|
-
],
|
|
13583
|
+
"$ref": "#/components/schemas/Common.TokenCount",
|
|
13658
13584
|
"description": "Total input tokens consumed"
|
|
13659
13585
|
},
|
|
13660
13586
|
"total_output_tokens": {
|
|
13661
|
-
"
|
|
13662
|
-
{
|
|
13663
|
-
"$ref": "#/components/schemas/Common.TokenCount"
|
|
13664
|
-
}
|
|
13665
|
-
],
|
|
13587
|
+
"$ref": "#/components/schemas/Common.TokenCount",
|
|
13666
13588
|
"description": "Total output tokens generated"
|
|
13667
13589
|
},
|
|
13668
13590
|
"models_used": {
|
|
@@ -13741,19 +13663,11 @@
|
|
|
13741
13663
|
],
|
|
13742
13664
|
"properties": {
|
|
13743
13665
|
"active_sessions": {
|
|
13744
|
-
"
|
|
13745
|
-
{
|
|
13746
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
13747
|
-
}
|
|
13748
|
-
],
|
|
13666
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
13749
13667
|
"description": "Active sessions count"
|
|
13750
13668
|
},
|
|
13751
13669
|
"total_sessions": {
|
|
13752
|
-
"
|
|
13753
|
-
{
|
|
13754
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
13755
|
-
}
|
|
13756
|
-
],
|
|
13670
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
13757
13671
|
"description": "Total sessions in time range"
|
|
13758
13672
|
},
|
|
13759
13673
|
"avg_duration_ms": {
|
|
@@ -13762,27 +13676,15 @@
|
|
|
13762
13676
|
"description": "Average session duration in milliseconds"
|
|
13763
13677
|
},
|
|
13764
13678
|
"sessions_with_errors": {
|
|
13765
|
-
"
|
|
13766
|
-
{
|
|
13767
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
13768
|
-
}
|
|
13769
|
-
],
|
|
13679
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
13770
13680
|
"description": "Sessions with errors"
|
|
13771
13681
|
},
|
|
13772
13682
|
"sessions_with_genai": {
|
|
13773
|
-
"
|
|
13774
|
-
{
|
|
13775
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
13776
|
-
}
|
|
13777
|
-
],
|
|
13683
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
13778
13684
|
"description": "Sessions with GenAI usage"
|
|
13779
13685
|
},
|
|
13780
13686
|
"bounce_rate": {
|
|
13781
|
-
"
|
|
13782
|
-
{
|
|
13783
|
-
"$ref": "#/components/schemas/Common.Ratio"
|
|
13784
|
-
}
|
|
13785
|
-
],
|
|
13687
|
+
"$ref": "#/components/schemas/Common.Ratio",
|
|
13786
13688
|
"description": "Bounce rate (single-page sessions)"
|
|
13787
13689
|
}
|
|
13788
13690
|
},
|
|
@@ -13819,7 +13721,8 @@
|
|
|
13819
13721
|
"required": [
|
|
13820
13722
|
"status",
|
|
13821
13723
|
"total_duration_ms",
|
|
13822
|
-
"entries"
|
|
13724
|
+
"entries",
|
|
13725
|
+
"contract_revision"
|
|
13823
13726
|
],
|
|
13824
13727
|
"properties": {
|
|
13825
13728
|
"status": {
|
|
@@ -13834,6 +13737,10 @@
|
|
|
13834
13737
|
"unevaluatedProperties": {
|
|
13835
13738
|
"$ref": "#/components/schemas/Health.HealthCheckEntry"
|
|
13836
13739
|
}
|
|
13740
|
+
},
|
|
13741
|
+
"contract_revision": {
|
|
13742
|
+
"$ref": "#/components/schemas/Common.ContractRevision",
|
|
13743
|
+
"description": "Revision of the API contract this process serves, for the client-side startup handshake."
|
|
13837
13744
|
}
|
|
13838
13745
|
},
|
|
13839
13746
|
"unevaluatedProperties": {
|
|
@@ -13850,6 +13757,141 @@
|
|
|
13850
13757
|
],
|
|
13851
13758
|
"description": "Health state reported by a qyl-managed process."
|
|
13852
13759
|
},
|
|
13760
|
+
"Mcp.Tools.CiLogInput": {
|
|
13761
|
+
"type": "object",
|
|
13762
|
+
"properties": {
|
|
13763
|
+
"run_id": {
|
|
13764
|
+
"$ref": "#/components/schemas/Common.SessionId",
|
|
13765
|
+
"description": "Session id of one CI run for a per-leg phase breakdown; omit to list recent runs."
|
|
13766
|
+
},
|
|
13767
|
+
"limit": {
|
|
13768
|
+
"type": "integer",
|
|
13769
|
+
"format": "int32",
|
|
13770
|
+
"minimum": 1,
|
|
13771
|
+
"maximum": 50,
|
|
13772
|
+
"description": "Maximum CI runs to list.",
|
|
13773
|
+
"default": 10
|
|
13774
|
+
}
|
|
13775
|
+
},
|
|
13776
|
+
"unevaluatedProperties": {
|
|
13777
|
+
"not": {}
|
|
13778
|
+
},
|
|
13779
|
+
"description": "Input for ci_log."
|
|
13780
|
+
},
|
|
13781
|
+
"Mcp.Tools.CiLogOutput": {
|
|
13782
|
+
"type": "object",
|
|
13783
|
+
"required": [
|
|
13784
|
+
"mode"
|
|
13785
|
+
],
|
|
13786
|
+
"properties": {
|
|
13787
|
+
"runs": {
|
|
13788
|
+
"type": "array",
|
|
13789
|
+
"items": {
|
|
13790
|
+
"$ref": "#/components/schemas/Mcp.Tools.CiRunSummary"
|
|
13791
|
+
}
|
|
13792
|
+
},
|
|
13793
|
+
"run_id": {
|
|
13794
|
+
"$ref": "#/components/schemas/Common.SessionId"
|
|
13795
|
+
},
|
|
13796
|
+
"phases": {
|
|
13797
|
+
"type": "array",
|
|
13798
|
+
"items": {
|
|
13799
|
+
"$ref": "#/components/schemas/Mcp.Tools.CiPhase"
|
|
13800
|
+
}
|
|
13801
|
+
},
|
|
13802
|
+
"mode": {
|
|
13803
|
+
"$ref": "#/components/schemas/Mcp.Tools.McpDataMode"
|
|
13804
|
+
}
|
|
13805
|
+
},
|
|
13806
|
+
"unevaluatedProperties": {
|
|
13807
|
+
"not": {}
|
|
13808
|
+
},
|
|
13809
|
+
"description": "Structured output for ci_log: recent runs, or one run's phases."
|
|
13810
|
+
},
|
|
13811
|
+
"Mcp.Tools.CiPhase": {
|
|
13812
|
+
"type": "object",
|
|
13813
|
+
"required": [
|
|
13814
|
+
"leg",
|
|
13815
|
+
"phase",
|
|
13816
|
+
"status",
|
|
13817
|
+
"duration_ms"
|
|
13818
|
+
],
|
|
13819
|
+
"properties": {
|
|
13820
|
+
"leg": {
|
|
13821
|
+
"type": "string",
|
|
13822
|
+
"description": "Value of the span's ci.leg attribute, falling back to its service name."
|
|
13823
|
+
},
|
|
13824
|
+
"phase": {
|
|
13825
|
+
"type": "string",
|
|
13826
|
+
"description": "Span name, which the CI emitter convention sets to the phase name."
|
|
13827
|
+
},
|
|
13828
|
+
"status": {
|
|
13829
|
+
"$ref": "#/components/schemas/Mcp.Tools.CiPhaseStatus"
|
|
13830
|
+
},
|
|
13831
|
+
"duration_ms": {
|
|
13832
|
+
"$ref": "#/components/schemas/Common.DurationMs"
|
|
13833
|
+
},
|
|
13834
|
+
"message": {
|
|
13835
|
+
"type": "string",
|
|
13836
|
+
"description": "Span status message, present on a failed phase."
|
|
13837
|
+
}
|
|
13838
|
+
},
|
|
13839
|
+
"unevaluatedProperties": {
|
|
13840
|
+
"not": {}
|
|
13841
|
+
},
|
|
13842
|
+
"description": "One phase span of a CI run, attributed to the leg that executed it."
|
|
13843
|
+
},
|
|
13844
|
+
"Mcp.Tools.CiPhaseStatus": {
|
|
13845
|
+
"type": "string",
|
|
13846
|
+
"enum": [
|
|
13847
|
+
"ok",
|
|
13848
|
+
"error",
|
|
13849
|
+
"unset"
|
|
13850
|
+
],
|
|
13851
|
+
"description": "Outcome of one CI phase span, projected from its OpenTelemetry span status."
|
|
13852
|
+
},
|
|
13853
|
+
"Mcp.Tools.CiRunSummary": {
|
|
13854
|
+
"type": "object",
|
|
13855
|
+
"required": [
|
|
13856
|
+
"run_id",
|
|
13857
|
+
"state",
|
|
13858
|
+
"start_time",
|
|
13859
|
+
"error_count",
|
|
13860
|
+
"services"
|
|
13861
|
+
],
|
|
13862
|
+
"properties": {
|
|
13863
|
+
"run_id": {
|
|
13864
|
+
"$ref": "#/components/schemas/Common.SessionId"
|
|
13865
|
+
},
|
|
13866
|
+
"state": {
|
|
13867
|
+
"$ref": "#/components/schemas/Domains.Observe.Session.SessionState"
|
|
13868
|
+
},
|
|
13869
|
+
"start_time": {
|
|
13870
|
+
"type": "string",
|
|
13871
|
+
"format": "date-time"
|
|
13872
|
+
},
|
|
13873
|
+
"duration_ms": {
|
|
13874
|
+
"$ref": "#/components/schemas/Common.DurationMs"
|
|
13875
|
+
},
|
|
13876
|
+
"error_count": {
|
|
13877
|
+
"type": "integer",
|
|
13878
|
+
"format": "int32",
|
|
13879
|
+
"minimum": 0,
|
|
13880
|
+
"description": "Spans in the run that ended with an error status."
|
|
13881
|
+
},
|
|
13882
|
+
"services": {
|
|
13883
|
+
"type": "array",
|
|
13884
|
+
"items": {
|
|
13885
|
+
"type": "string"
|
|
13886
|
+
},
|
|
13887
|
+
"description": "Service names observed in the run, at least one of which is CI-emitted."
|
|
13888
|
+
}
|
|
13889
|
+
},
|
|
13890
|
+
"unevaluatedProperties": {
|
|
13891
|
+
"not": {}
|
|
13892
|
+
},
|
|
13893
|
+
"description": "One CI run, summarized from the session its telemetry is grouped under."
|
|
13894
|
+
},
|
|
13853
13895
|
"Mcp.Tools.DisplayMcpDashboardInput": {
|
|
13854
13896
|
"type": "object",
|
|
13855
13897
|
"properties": {
|
|
@@ -14632,43 +14674,23 @@
|
|
|
14632
14674
|
],
|
|
14633
14675
|
"properties": {
|
|
14634
14676
|
"time_unix_nano": {
|
|
14635
|
-
"
|
|
14636
|
-
{
|
|
14637
|
-
"$ref": "#/components/schemas/Common.UnixNanos"
|
|
14638
|
-
}
|
|
14639
|
-
],
|
|
14677
|
+
"$ref": "#/components/schemas/Common.UnixNanos",
|
|
14640
14678
|
"description": "Timestamp when the event occurred (nanoseconds since epoch)"
|
|
14641
14679
|
},
|
|
14642
14680
|
"observed_time_unix_nano": {
|
|
14643
|
-
"
|
|
14644
|
-
{
|
|
14645
|
-
"$ref": "#/components/schemas/Common.UnixNanos"
|
|
14646
|
-
}
|
|
14647
|
-
],
|
|
14681
|
+
"$ref": "#/components/schemas/Common.UnixNanos",
|
|
14648
14682
|
"description": "Timestamp when the log was observed/collected (nanoseconds since epoch)"
|
|
14649
14683
|
},
|
|
14650
14684
|
"severity_number": {
|
|
14651
|
-
"
|
|
14652
|
-
{
|
|
14653
|
-
"$ref": "#/components/schemas/OTel.Enums.SeverityNumber"
|
|
14654
|
-
}
|
|
14655
|
-
],
|
|
14685
|
+
"$ref": "#/components/schemas/OTel.Enums.SeverityNumber",
|
|
14656
14686
|
"description": "Severity number (1-24)"
|
|
14657
14687
|
},
|
|
14658
14688
|
"severity_text": {
|
|
14659
|
-
"
|
|
14660
|
-
{
|
|
14661
|
-
"$ref": "#/components/schemas/OTel.Enums.SeverityText"
|
|
14662
|
-
}
|
|
14663
|
-
],
|
|
14689
|
+
"$ref": "#/components/schemas/OTel.Enums.SeverityText",
|
|
14664
14690
|
"description": "Severity text (DEBUG, INFO, WARN, ERROR, etc.)"
|
|
14665
14691
|
},
|
|
14666
14692
|
"body": {
|
|
14667
|
-
"
|
|
14668
|
-
{
|
|
14669
|
-
"$ref": "#/components/schemas/OTel.Logs.LogBody"
|
|
14670
|
-
}
|
|
14671
|
-
],
|
|
14693
|
+
"$ref": "#/components/schemas/OTel.Logs.LogBody",
|
|
14672
14694
|
"description": "Log body - the main content"
|
|
14673
14695
|
},
|
|
14674
14696
|
"attributes": {
|
|
@@ -14679,11 +14701,7 @@
|
|
|
14679
14701
|
"description": "Log attributes"
|
|
14680
14702
|
},
|
|
14681
14703
|
"dropped_attributes_count": {
|
|
14682
|
-
"
|
|
14683
|
-
{
|
|
14684
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
14685
|
-
}
|
|
14686
|
-
],
|
|
14704
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
14687
14705
|
"description": "Dropped attributes count"
|
|
14688
14706
|
},
|
|
14689
14707
|
"flags": {
|
|
@@ -14692,19 +14710,11 @@
|
|
|
14692
14710
|
"description": "Flags (trace flags)"
|
|
14693
14711
|
},
|
|
14694
14712
|
"trace_id": {
|
|
14695
|
-
"
|
|
14696
|
-
{
|
|
14697
|
-
"$ref": "#/components/schemas/Common.TraceId"
|
|
14698
|
-
}
|
|
14699
|
-
],
|
|
14713
|
+
"$ref": "#/components/schemas/Common.TraceId",
|
|
14700
14714
|
"description": "Associated trace ID"
|
|
14701
14715
|
},
|
|
14702
14716
|
"span_id": {
|
|
14703
|
-
"
|
|
14704
|
-
{
|
|
14705
|
-
"$ref": "#/components/schemas/Common.SpanId"
|
|
14706
|
-
}
|
|
14707
|
-
],
|
|
14717
|
+
"$ref": "#/components/schemas/Common.SpanId",
|
|
14708
14718
|
"description": "Associated span ID"
|
|
14709
14719
|
},
|
|
14710
14720
|
"event_name": {
|
|
@@ -14712,19 +14722,11 @@
|
|
|
14712
14722
|
"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."
|
|
14713
14723
|
},
|
|
14714
14724
|
"resource": {
|
|
14715
|
-
"
|
|
14716
|
-
{
|
|
14717
|
-
"$ref": "#/components/schemas/OTel.Resource.Resource"
|
|
14718
|
-
}
|
|
14719
|
-
],
|
|
14725
|
+
"$ref": "#/components/schemas/OTel.Resource.Resource",
|
|
14720
14726
|
"description": "Resource describing the entity that produced this log"
|
|
14721
14727
|
},
|
|
14722
14728
|
"instrumentation_scope": {
|
|
14723
|
-
"
|
|
14724
|
-
{
|
|
14725
|
-
"$ref": "#/components/schemas/Common.InstrumentationScope"
|
|
14726
|
-
}
|
|
14727
|
-
],
|
|
14729
|
+
"$ref": "#/components/schemas/Common.InstrumentationScope",
|
|
14728
14730
|
"description": "Instrumentation scope"
|
|
14729
14731
|
}
|
|
14730
14732
|
},
|
|
@@ -14824,11 +14826,7 @@
|
|
|
14824
14826
|
"description": "Service instance ID (unique per instance)"
|
|
14825
14827
|
},
|
|
14826
14828
|
"service_version": {
|
|
14827
|
-
"
|
|
14828
|
-
{
|
|
14829
|
-
"$ref": "#/components/schemas/Common.SemVer"
|
|
14830
|
-
}
|
|
14831
|
-
],
|
|
14829
|
+
"$ref": "#/components/schemas/Common.SemVer",
|
|
14832
14830
|
"description": "Service version"
|
|
14833
14831
|
},
|
|
14834
14832
|
"telemetry_sdk_name": {
|
|
@@ -14836,27 +14834,15 @@
|
|
|
14836
14834
|
"description": "Telemetry SDK name"
|
|
14837
14835
|
},
|
|
14838
14836
|
"telemetry_sdk_language": {
|
|
14839
|
-
"
|
|
14840
|
-
{
|
|
14841
|
-
"$ref": "#/components/schemas/OTel.Enums.TelemetrySdkLanguage"
|
|
14842
|
-
}
|
|
14843
|
-
],
|
|
14837
|
+
"$ref": "#/components/schemas/OTel.Enums.TelemetrySdkLanguage",
|
|
14844
14838
|
"description": "Telemetry SDK language"
|
|
14845
14839
|
},
|
|
14846
14840
|
"telemetry_sdk_version": {
|
|
14847
|
-
"
|
|
14848
|
-
{
|
|
14849
|
-
"$ref": "#/components/schemas/Common.SemVer"
|
|
14850
|
-
}
|
|
14851
|
-
],
|
|
14841
|
+
"$ref": "#/components/schemas/Common.SemVer",
|
|
14852
14842
|
"description": "Telemetry SDK version"
|
|
14853
14843
|
},
|
|
14854
14844
|
"telemetry_distro_version": {
|
|
14855
|
-
"
|
|
14856
|
-
{
|
|
14857
|
-
"$ref": "#/components/schemas/Common.SemVer"
|
|
14858
|
-
}
|
|
14859
|
-
],
|
|
14845
|
+
"$ref": "#/components/schemas/Common.SemVer",
|
|
14860
14846
|
"description": "Telemetry distribution version"
|
|
14861
14847
|
},
|
|
14862
14848
|
"deployment_environment": {
|
|
@@ -14864,11 +14850,7 @@
|
|
|
14864
14850
|
"description": "Deployment environment (e.g., production, staging)"
|
|
14865
14851
|
},
|
|
14866
14852
|
"cloud_provider": {
|
|
14867
|
-
"
|
|
14868
|
-
{
|
|
14869
|
-
"$ref": "#/components/schemas/OTel.Resource.CloudProvider"
|
|
14870
|
-
}
|
|
14871
|
-
],
|
|
14853
|
+
"$ref": "#/components/schemas/OTel.Resource.CloudProvider",
|
|
14872
14854
|
"description": "Cloud provider"
|
|
14873
14855
|
},
|
|
14874
14856
|
"cloud_region": {
|
|
@@ -14900,19 +14882,11 @@
|
|
|
14900
14882
|
"description": "Host type (e.g., n1-standard-1)"
|
|
14901
14883
|
},
|
|
14902
14884
|
"host_arch": {
|
|
14903
|
-
"
|
|
14904
|
-
{
|
|
14905
|
-
"$ref": "#/components/schemas/OTel.Resource.HostArch"
|
|
14906
|
-
}
|
|
14907
|
-
],
|
|
14885
|
+
"$ref": "#/components/schemas/OTel.Resource.HostArch",
|
|
14908
14886
|
"description": "Host architecture (e.g., amd64, arm64)"
|
|
14909
14887
|
},
|
|
14910
14888
|
"os_type": {
|
|
14911
|
-
"
|
|
14912
|
-
{
|
|
14913
|
-
"$ref": "#/components/schemas/OTel.Resource.OsType"
|
|
14914
|
-
}
|
|
14915
|
-
],
|
|
14889
|
+
"$ref": "#/components/schemas/OTel.Resource.OsType",
|
|
14916
14890
|
"description": "Operating system type"
|
|
14917
14891
|
},
|
|
14918
14892
|
"os_description": {
|
|
@@ -14991,11 +14965,7 @@
|
|
|
14991
14965
|
"description": "Additional resource attributes"
|
|
14992
14966
|
},
|
|
14993
14967
|
"dropped_attributes_count": {
|
|
14994
|
-
"
|
|
14995
|
-
{
|
|
14996
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
14997
|
-
}
|
|
14998
|
-
],
|
|
14968
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
14999
14969
|
"description": "Dropped attributes count"
|
|
15000
14970
|
},
|
|
15001
14971
|
"entity_refs": {
|
|
@@ -15025,35 +14995,19 @@
|
|
|
15025
14995
|
],
|
|
15026
14996
|
"properties": {
|
|
15027
14997
|
"span_id": {
|
|
15028
|
-
"
|
|
15029
|
-
{
|
|
15030
|
-
"$ref": "#/components/schemas/Common.SpanId"
|
|
15031
|
-
}
|
|
15032
|
-
],
|
|
14998
|
+
"$ref": "#/components/schemas/Common.SpanId",
|
|
15033
14999
|
"description": "Unique span identifier (16 hex chars)"
|
|
15034
15000
|
},
|
|
15035
15001
|
"trace_id": {
|
|
15036
|
-
"
|
|
15037
|
-
{
|
|
15038
|
-
"$ref": "#/components/schemas/Common.TraceId"
|
|
15039
|
-
}
|
|
15040
|
-
],
|
|
15002
|
+
"$ref": "#/components/schemas/Common.TraceId",
|
|
15041
15003
|
"description": "Trace identifier (32 hex chars)"
|
|
15042
15004
|
},
|
|
15043
15005
|
"parent_span_id": {
|
|
15044
|
-
"
|
|
15045
|
-
{
|
|
15046
|
-
"$ref": "#/components/schemas/Common.SpanId"
|
|
15047
|
-
}
|
|
15048
|
-
],
|
|
15006
|
+
"$ref": "#/components/schemas/Common.SpanId",
|
|
15049
15007
|
"description": "Parent span identifier (null for root spans)"
|
|
15050
15008
|
},
|
|
15051
15009
|
"trace_state": {
|
|
15052
|
-
"
|
|
15053
|
-
{
|
|
15054
|
-
"$ref": "#/components/schemas/Common.TraceState"
|
|
15055
|
-
}
|
|
15056
|
-
],
|
|
15010
|
+
"$ref": "#/components/schemas/Common.TraceState",
|
|
15057
15011
|
"description": "W3C trace state"
|
|
15058
15012
|
},
|
|
15059
15013
|
"name": {
|
|
@@ -15062,27 +15016,15 @@
|
|
|
15062
15016
|
"description": "Human-readable span name"
|
|
15063
15017
|
},
|
|
15064
15018
|
"kind": {
|
|
15065
|
-
"
|
|
15066
|
-
{
|
|
15067
|
-
"$ref": "#/components/schemas/OTel.Enums.SpanKind"
|
|
15068
|
-
}
|
|
15069
|
-
],
|
|
15019
|
+
"$ref": "#/components/schemas/OTel.Enums.SpanKind",
|
|
15070
15020
|
"description": "Span kind"
|
|
15071
15021
|
},
|
|
15072
15022
|
"start_time_unix_nano": {
|
|
15073
|
-
"
|
|
15074
|
-
{
|
|
15075
|
-
"$ref": "#/components/schemas/Common.UnixNanos"
|
|
15076
|
-
}
|
|
15077
|
-
],
|
|
15023
|
+
"$ref": "#/components/schemas/Common.UnixNanos",
|
|
15078
15024
|
"description": "Start timestamp in nanoseconds since epoch"
|
|
15079
15025
|
},
|
|
15080
15026
|
"end_time_unix_nano": {
|
|
15081
|
-
"
|
|
15082
|
-
{
|
|
15083
|
-
"$ref": "#/components/schemas/Common.UnixNanos"
|
|
15084
|
-
}
|
|
15085
|
-
],
|
|
15027
|
+
"$ref": "#/components/schemas/Common.UnixNanos",
|
|
15086
15028
|
"description": "End timestamp in nanoseconds since epoch"
|
|
15087
15029
|
},
|
|
15088
15030
|
"attributes": {
|
|
@@ -15093,11 +15035,7 @@
|
|
|
15093
15035
|
"description": "Span attributes"
|
|
15094
15036
|
},
|
|
15095
15037
|
"dropped_attributes_count": {
|
|
15096
|
-
"
|
|
15097
|
-
{
|
|
15098
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15099
|
-
}
|
|
15100
|
-
],
|
|
15038
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15101
15039
|
"description": "Dropped attributes count"
|
|
15102
15040
|
},
|
|
15103
15041
|
"events": {
|
|
@@ -15108,11 +15046,7 @@
|
|
|
15108
15046
|
"description": "Span events (logs attached to span)"
|
|
15109
15047
|
},
|
|
15110
15048
|
"dropped_events_count": {
|
|
15111
|
-
"
|
|
15112
|
-
{
|
|
15113
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15114
|
-
}
|
|
15115
|
-
],
|
|
15049
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15116
15050
|
"description": "Dropped events count"
|
|
15117
15051
|
},
|
|
15118
15052
|
"links": {
|
|
@@ -15123,19 +15057,11 @@
|
|
|
15123
15057
|
"description": "Links to other spans"
|
|
15124
15058
|
},
|
|
15125
15059
|
"dropped_links_count": {
|
|
15126
|
-
"
|
|
15127
|
-
{
|
|
15128
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15129
|
-
}
|
|
15130
|
-
],
|
|
15060
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15131
15061
|
"description": "Dropped links count"
|
|
15132
15062
|
},
|
|
15133
15063
|
"status": {
|
|
15134
|
-
"
|
|
15135
|
-
{
|
|
15136
|
-
"$ref": "#/components/schemas/OTel.Traces.SpanStatus"
|
|
15137
|
-
}
|
|
15138
|
-
],
|
|
15064
|
+
"$ref": "#/components/schemas/OTel.Traces.SpanStatus",
|
|
15139
15065
|
"description": "Span status"
|
|
15140
15066
|
},
|
|
15141
15067
|
"flags": {
|
|
@@ -15144,19 +15070,11 @@
|
|
|
15144
15070
|
"description": "Span flags"
|
|
15145
15071
|
},
|
|
15146
15072
|
"resource": {
|
|
15147
|
-
"
|
|
15148
|
-
{
|
|
15149
|
-
"$ref": "#/components/schemas/OTel.Resource.Resource"
|
|
15150
|
-
}
|
|
15151
|
-
],
|
|
15073
|
+
"$ref": "#/components/schemas/OTel.Resource.Resource",
|
|
15152
15074
|
"description": "Resource describing the entity that produced this span"
|
|
15153
15075
|
},
|
|
15154
15076
|
"instrumentation_scope": {
|
|
15155
|
-
"
|
|
15156
|
-
{
|
|
15157
|
-
"$ref": "#/components/schemas/Common.InstrumentationScope"
|
|
15158
|
-
}
|
|
15159
|
-
],
|
|
15077
|
+
"$ref": "#/components/schemas/Common.InstrumentationScope",
|
|
15160
15078
|
"description": "Instrumentation scope"
|
|
15161
15079
|
}
|
|
15162
15080
|
},
|
|
@@ -15178,11 +15096,7 @@
|
|
|
15178
15096
|
"description": "Event name"
|
|
15179
15097
|
},
|
|
15180
15098
|
"time_unix_nano": {
|
|
15181
|
-
"
|
|
15182
|
-
{
|
|
15183
|
-
"$ref": "#/components/schemas/Common.UnixNanos"
|
|
15184
|
-
}
|
|
15185
|
-
],
|
|
15099
|
+
"$ref": "#/components/schemas/Common.UnixNanos",
|
|
15186
15100
|
"description": "Event timestamp in nanoseconds since epoch"
|
|
15187
15101
|
},
|
|
15188
15102
|
"attributes": {
|
|
@@ -15193,11 +15107,7 @@
|
|
|
15193
15107
|
"description": "Event attributes"
|
|
15194
15108
|
},
|
|
15195
15109
|
"dropped_attributes_count": {
|
|
15196
|
-
"
|
|
15197
|
-
{
|
|
15198
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15199
|
-
}
|
|
15200
|
-
],
|
|
15110
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15201
15111
|
"description": "Dropped attributes count"
|
|
15202
15112
|
}
|
|
15203
15113
|
},
|
|
@@ -15214,27 +15124,15 @@
|
|
|
15214
15124
|
],
|
|
15215
15125
|
"properties": {
|
|
15216
15126
|
"trace_id": {
|
|
15217
|
-
"
|
|
15218
|
-
{
|
|
15219
|
-
"$ref": "#/components/schemas/Common.TraceId"
|
|
15220
|
-
}
|
|
15221
|
-
],
|
|
15127
|
+
"$ref": "#/components/schemas/Common.TraceId",
|
|
15222
15128
|
"description": "Linked trace ID"
|
|
15223
15129
|
},
|
|
15224
15130
|
"span_id": {
|
|
15225
|
-
"
|
|
15226
|
-
{
|
|
15227
|
-
"$ref": "#/components/schemas/Common.SpanId"
|
|
15228
|
-
}
|
|
15229
|
-
],
|
|
15131
|
+
"$ref": "#/components/schemas/Common.SpanId",
|
|
15230
15132
|
"description": "Linked span ID"
|
|
15231
15133
|
},
|
|
15232
15134
|
"trace_state": {
|
|
15233
|
-
"
|
|
15234
|
-
{
|
|
15235
|
-
"$ref": "#/components/schemas/Common.TraceState"
|
|
15236
|
-
}
|
|
15237
|
-
],
|
|
15135
|
+
"$ref": "#/components/schemas/Common.TraceState",
|
|
15238
15136
|
"description": "Trace state of the linked span"
|
|
15239
15137
|
},
|
|
15240
15138
|
"attributes": {
|
|
@@ -15245,11 +15143,7 @@
|
|
|
15245
15143
|
"description": "Link attributes"
|
|
15246
15144
|
},
|
|
15247
15145
|
"dropped_attributes_count": {
|
|
15248
|
-
"
|
|
15249
|
-
{
|
|
15250
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15251
|
-
}
|
|
15252
|
-
],
|
|
15146
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15253
15147
|
"description": "Dropped attributes count"
|
|
15254
15148
|
},
|
|
15255
15149
|
"flags": {
|
|
@@ -15267,19 +15161,11 @@
|
|
|
15267
15161
|
"type": "object",
|
|
15268
15162
|
"properties": {
|
|
15269
15163
|
"trace_id": {
|
|
15270
|
-
"
|
|
15271
|
-
{
|
|
15272
|
-
"$ref": "#/components/schemas/Common.TraceId"
|
|
15273
|
-
}
|
|
15274
|
-
],
|
|
15164
|
+
"$ref": "#/components/schemas/Common.TraceId",
|
|
15275
15165
|
"description": "Filter by trace ID"
|
|
15276
15166
|
},
|
|
15277
15167
|
"parent_span_id": {
|
|
15278
|
-
"
|
|
15279
|
-
{
|
|
15280
|
-
"$ref": "#/components/schemas/Common.SpanId"
|
|
15281
|
-
}
|
|
15282
|
-
],
|
|
15168
|
+
"$ref": "#/components/schemas/Common.SpanId",
|
|
15283
15169
|
"description": "Filter by parent span ID"
|
|
15284
15170
|
},
|
|
15285
15171
|
"name": {
|
|
@@ -15287,11 +15173,7 @@
|
|
|
15287
15173
|
"description": "Filter by span name (supports wildcards)"
|
|
15288
15174
|
},
|
|
15289
15175
|
"kind": {
|
|
15290
|
-
"
|
|
15291
|
-
{
|
|
15292
|
-
"$ref": "#/components/schemas/OTel.Enums.SpanKind"
|
|
15293
|
-
}
|
|
15294
|
-
],
|
|
15176
|
+
"$ref": "#/components/schemas/OTel.Enums.SpanKind",
|
|
15295
15177
|
"description": "Filter by span kind"
|
|
15296
15178
|
},
|
|
15297
15179
|
"service_name": {
|
|
@@ -15299,27 +15181,15 @@
|
|
|
15299
15181
|
"description": "Filter by service name"
|
|
15300
15182
|
},
|
|
15301
15183
|
"status_code": {
|
|
15302
|
-
"
|
|
15303
|
-
{
|
|
15304
|
-
"$ref": "#/components/schemas/OTel.Enums.SpanStatusCode"
|
|
15305
|
-
}
|
|
15306
|
-
],
|
|
15184
|
+
"$ref": "#/components/schemas/OTel.Enums.SpanStatusCode",
|
|
15307
15185
|
"description": "Filter by status code"
|
|
15308
15186
|
},
|
|
15309
15187
|
"min_duration_ns": {
|
|
15310
|
-
"
|
|
15311
|
-
{
|
|
15312
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15313
|
-
}
|
|
15314
|
-
],
|
|
15188
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15315
15189
|
"description": "Minimum duration in nanoseconds"
|
|
15316
15190
|
},
|
|
15317
15191
|
"max_duration_ns": {
|
|
15318
|
-
"
|
|
15319
|
-
{
|
|
15320
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15321
|
-
}
|
|
15322
|
-
],
|
|
15192
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15323
15193
|
"description": "Maximum duration in nanoseconds"
|
|
15324
15194
|
},
|
|
15325
15195
|
"attribute": {
|
|
@@ -15348,27 +15218,15 @@
|
|
|
15348
15218
|
],
|
|
15349
15219
|
"properties": {
|
|
15350
15220
|
"total_count": {
|
|
15351
|
-
"
|
|
15352
|
-
{
|
|
15353
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15354
|
-
}
|
|
15355
|
-
],
|
|
15221
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15356
15222
|
"description": "Total span count"
|
|
15357
15223
|
},
|
|
15358
15224
|
"error_count": {
|
|
15359
|
-
"
|
|
15360
|
-
{
|
|
15361
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15362
|
-
}
|
|
15363
|
-
],
|
|
15225
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15364
15226
|
"description": "Error count"
|
|
15365
15227
|
},
|
|
15366
15228
|
"error_rate": {
|
|
15367
|
-
"
|
|
15368
|
-
{
|
|
15369
|
-
"$ref": "#/components/schemas/Common.Ratio"
|
|
15370
|
-
}
|
|
15371
|
-
],
|
|
15229
|
+
"$ref": "#/components/schemas/Common.Ratio",
|
|
15372
15230
|
"description": "Error rate (0.0 - 1.0)"
|
|
15373
15231
|
},
|
|
15374
15232
|
"avg_duration_ns": {
|
|
@@ -15377,43 +15235,23 @@
|
|
|
15377
15235
|
"description": "Average duration in nanoseconds"
|
|
15378
15236
|
},
|
|
15379
15237
|
"p50_duration_ns": {
|
|
15380
|
-
"
|
|
15381
|
-
{
|
|
15382
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15383
|
-
}
|
|
15384
|
-
],
|
|
15238
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15385
15239
|
"description": "P50 duration in nanoseconds"
|
|
15386
15240
|
},
|
|
15387
15241
|
"p90_duration_ns": {
|
|
15388
|
-
"
|
|
15389
|
-
{
|
|
15390
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15391
|
-
}
|
|
15392
|
-
],
|
|
15242
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15393
15243
|
"description": "P90 duration in nanoseconds"
|
|
15394
15244
|
},
|
|
15395
15245
|
"p99_duration_ns": {
|
|
15396
|
-
"
|
|
15397
|
-
{
|
|
15398
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15399
|
-
}
|
|
15400
|
-
],
|
|
15246
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15401
15247
|
"description": "P99 duration in nanoseconds"
|
|
15402
15248
|
},
|
|
15403
15249
|
"min_duration_ns": {
|
|
15404
|
-
"
|
|
15405
|
-
{
|
|
15406
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15407
|
-
}
|
|
15408
|
-
],
|
|
15250
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15409
15251
|
"description": "Minimum duration in nanoseconds"
|
|
15410
15252
|
},
|
|
15411
15253
|
"max_duration_ns": {
|
|
15412
|
-
"
|
|
15413
|
-
{
|
|
15414
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15415
|
-
}
|
|
15416
|
-
],
|
|
15254
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15417
15255
|
"description": "Maximum duration in nanoseconds"
|
|
15418
15256
|
},
|
|
15419
15257
|
"throughput_per_second": {
|
|
@@ -15455,11 +15293,7 @@
|
|
|
15455
15293
|
"description": "Dimension value (e.g., service name)"
|
|
15456
15294
|
},
|
|
15457
15295
|
"count": {
|
|
15458
|
-
"
|
|
15459
|
-
{
|
|
15460
|
-
"$ref": "#/components/schemas/Common.Count"
|
|
15461
|
-
}
|
|
15462
|
-
],
|
|
15296
|
+
"$ref": "#/components/schemas/Common.Count",
|
|
15463
15297
|
"description": "Span count for this dimension"
|
|
15464
15298
|
},
|
|
15465
15299
|
"avg_duration_ns": {
|
|
@@ -15468,11 +15302,7 @@
|
|
|
15468
15302
|
"description": "Average duration in nanoseconds"
|
|
15469
15303
|
},
|
|
15470
15304
|
"error_rate": {
|
|
15471
|
-
"
|
|
15472
|
-
{
|
|
15473
|
-
"$ref": "#/components/schemas/Common.Ratio"
|
|
15474
|
-
}
|
|
15475
|
-
],
|
|
15305
|
+
"$ref": "#/components/schemas/Common.Ratio",
|
|
15476
15306
|
"description": "Error rate for this dimension"
|
|
15477
15307
|
}
|
|
15478
15308
|
},
|
|
@@ -15488,11 +15318,7 @@
|
|
|
15488
15318
|
],
|
|
15489
15319
|
"properties": {
|
|
15490
15320
|
"code": {
|
|
15491
|
-
"
|
|
15492
|
-
{
|
|
15493
|
-
"$ref": "#/components/schemas/OTel.Enums.SpanStatusCode"
|
|
15494
|
-
}
|
|
15495
|
-
],
|
|
15321
|
+
"$ref": "#/components/schemas/OTel.Enums.SpanStatusCode",
|
|
15496
15322
|
"description": "Status code"
|
|
15497
15323
|
},
|
|
15498
15324
|
"message": {
|
|
@@ -15542,19 +15368,11 @@
|
|
|
15542
15368
|
],
|
|
15543
15369
|
"properties": {
|
|
15544
15370
|
"trace_id": {
|
|
15545
|
-
"
|
|
15546
|
-
{
|
|
15547
|
-
"$ref": "#/components/schemas/Common.TraceId"
|
|
15548
|
-
}
|
|
15549
|
-
],
|
|
15371
|
+
"$ref": "#/components/schemas/Common.TraceId",
|
|
15550
15372
|
"description": "Trace identifier"
|
|
15551
15373
|
},
|
|
15552
15374
|
"root_span": {
|
|
15553
|
-
"
|
|
15554
|
-
{
|
|
15555
|
-
"$ref": "#/components/schemas/OTel.Traces.Span"
|
|
15556
|
-
}
|
|
15557
|
-
],
|
|
15375
|
+
"$ref": "#/components/schemas/OTel.Traces.Span",
|
|
15558
15376
|
"description": "Root span of the trace"
|
|
15559
15377
|
},
|
|
15560
15378
|
"span_count": {
|
|
@@ -15563,11 +15381,7 @@
|
|
|
15563
15381
|
"description": "Total span count"
|
|
15564
15382
|
},
|
|
15565
15383
|
"duration_ns": {
|
|
15566
|
-
"
|
|
15567
|
-
{
|
|
15568
|
-
"$ref": "#/components/schemas/Common.DurationNs"
|
|
15569
|
-
}
|
|
15570
|
-
],
|
|
15384
|
+
"$ref": "#/components/schemas/Common.DurationNs",
|
|
15571
15385
|
"description": "Trace duration in nanoseconds"
|
|
15572
15386
|
},
|
|
15573
15387
|
"start_time": {
|
|
@@ -16896,11 +16710,7 @@
|
|
|
16896
16710
|
"$ref": "#/components/schemas/Workbench.WorkbenchExecutionRequest"
|
|
16897
16711
|
},
|
|
16898
16712
|
"effect": {
|
|
16899
|
-
"
|
|
16900
|
-
{
|
|
16901
|
-
"$ref": "#/components/schemas/Workbench.WorkbenchExecutionEffect"
|
|
16902
|
-
}
|
|
16903
|
-
],
|
|
16713
|
+
"$ref": "#/components/schemas/Workbench.WorkbenchExecutionEffect",
|
|
16904
16714
|
"description": "Server-derived effect from the SDK-validated discovered Tool and its annotations."
|
|
16905
16715
|
},
|
|
16906
16716
|
"confirmation": {
|
|
@@ -17100,11 +16910,7 @@
|
|
|
17100
16910
|
"$ref": "#/components/schemas/Workbench.WorkbenchSecretReference"
|
|
17101
16911
|
},
|
|
17102
16912
|
"scheme": {
|
|
17103
|
-
"
|
|
17104
|
-
{
|
|
17105
|
-
"$ref": "#/components/schemas/Workbench.WorkbenchHeaderSecretScheme"
|
|
17106
|
-
}
|
|
17107
|
-
],
|
|
16913
|
+
"$ref": "#/components/schemas/Workbench.WorkbenchHeaderSecretScheme",
|
|
17108
16914
|
"description": "Optional HTTP authentication scheme applied to the resolved secret. Omit for a raw header value."
|
|
17109
16915
|
}
|
|
17110
16916
|
},
|