@probelabs/visor 0.1.100 → 0.1.101
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/dist/debug-visualizer/debug-span-exporter.d.ts +5 -3
- package/dist/debug-visualizer/debug-span-exporter.d.ts.map +1 -1
- package/dist/generated/config-schema.d.ts +11 -0
- package/dist/generated/config-schema.d.ts.map +1 -1
- package/dist/generated/config-schema.json +11 -0
- package/dist/index.js +48608 -193582
- package/dist/sdk/{check-execution-engine-F3662LY7.mjs → check-execution-engine-6QJXYYON.mjs} +3 -3
- package/dist/sdk/{chunk-FVS5CJ5S.mjs → chunk-33QVZ2D4.mjs} +117 -4
- package/dist/sdk/chunk-33QVZ2D4.mjs.map +1 -0
- package/dist/sdk/{chunk-X2JKUOE5.mjs → chunk-O4RP4BRH.mjs} +144 -146
- package/dist/sdk/chunk-O4RP4BRH.mjs.map +1 -0
- package/dist/sdk/{mermaid-telemetry-FBF6D35S.mjs → mermaid-telemetry-YCTIG76M.mjs} +2 -2
- package/dist/sdk/sdk.d.mts +4 -0
- package/dist/sdk/sdk.d.ts +4 -0
- package/dist/sdk/sdk.js +282 -154
- package/dist/sdk/sdk.js.map +1 -1
- package/dist/sdk/sdk.mjs +13 -2
- package/dist/sdk/sdk.mjs.map +1 -1
- package/dist/telemetry/file-span-exporter.d.ts +4 -3
- package/dist/telemetry/file-span-exporter.d.ts.map +1 -1
- package/dist/telemetry/lazy-otel.d.ts +48 -0
- package/dist/telemetry/lazy-otel.d.ts.map +1 -0
- package/dist/telemetry/opentelemetry.d.ts.map +1 -1
- package/dist/telemetry/state-capture.d.ts +1 -1
- package/dist/telemetry/state-capture.d.ts.map +1 -1
- package/dist/telemetry/trace-helpers.d.ts +2 -2
- package/dist/telemetry/trace-helpers.d.ts.map +1 -1
- package/dist/telemetry/trace-report-exporter.d.ts +4 -3
- package/dist/telemetry/trace-report-exporter.d.ts.map +1 -1
- package/dist/types/config.d.ts +4 -0
- package/dist/types/config.d.ts.map +1 -1
- package/package.json +15 -13
- package/dist/136.index.js +0 -82
- package/dist/146.index.js +0 -82
- package/dist/159.index.js +0 -38
- package/dist/160.index.js +0 -82
- package/dist/179.index.js +0 -48
- package/dist/191.index.js +0 -82
- package/dist/201.index.js +0 -82
- package/dist/262.index.js +0 -48
- package/dist/273.index.js +0 -48
- package/dist/34.index.js +0 -81
- package/dist/384.index.js +0 -38
- package/dist/405.index.js +0 -48
- package/dist/42.index.js +0 -38
- package/dist/437.index.js +0 -82
- package/dist/441.index.js +0 -81
- package/dist/448.index.js +0 -48
- package/dist/450.index.js +0 -82
- package/dist/491.index.js +0 -81
- package/dist/558.index.js +0 -82
- package/dist/69.index.js +0 -38
- package/dist/715.index.js +0 -38
- package/dist/737.index.js +0 -82
- package/dist/760.index.js +0 -81
- package/dist/834.index.js +0 -48
- package/dist/886.index.js +0 -81
- package/dist/917.index.js +0 -82
- package/dist/940.index.js +0 -38
- package/dist/955.index.js +0 -82
- package/dist/989.index.js +0 -81
- package/dist/996.index.js +0 -82
- package/dist/proto/channelz.proto +0 -564
- package/dist/proto/protoc-gen-validate/LICENSE +0 -202
- package/dist/proto/protoc-gen-validate/validate/validate.proto +0 -797
- package/dist/proto/xds/LICENSE +0 -201
- package/dist/proto/xds/xds/data/orca/v3/orca_load_report.proto +0 -58
- package/dist/proto/xds/xds/service/orca/v3/orca.proto +0 -36
- package/dist/protoc-gen-validate/LICENSE +0 -202
- package/dist/protoc-gen-validate/validate/validate.proto +0 -797
- package/dist/sdk/chunk-FVS5CJ5S.mjs.map +0 -1
- package/dist/sdk/chunk-X2JKUOE5.mjs.map +0 -1
- package/dist/xds/LICENSE +0 -201
- package/dist/xds/xds/data/orca/v3/orca_load_report.proto +0 -58
- package/dist/xds/xds/service/orca/v3/orca.proto +0 -36
- /package/dist/output/traces/{run-2025-10-22T10-40-34-055Z.ndjson → run-2025-10-22T12-56-09-586Z.ndjson} +0 -0
- /package/dist/sdk/{check-execution-engine-F3662LY7.mjs.map → check-execution-engine-6QJXYYON.mjs.map} +0 -0
- /package/dist/sdk/{mermaid-telemetry-FBF6D35S.mjs.map → mermaid-telemetry-YCTIG76M.mjs.map} +0 -0
- /package/dist/traces/{run-2025-10-22T10-40-34-055Z.ndjson → run-2025-10-22T12-56-09-586Z.ndjson} +0 -0
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
* while also allowing them to be exported to other exporters (file, console, etc.)
|
|
6
6
|
*
|
|
7
7
|
* Milestone 4: Live Streaming Server
|
|
8
|
+
* Note: This file is only loaded when telemetry is enabled via opentelemetry.ts
|
|
8
9
|
*/
|
|
9
|
-
import { SpanExporter, ReadableSpan } from '@opentelemetry/sdk-trace-base';
|
|
10
|
-
import { ExportResult } from '@opentelemetry/core';
|
|
11
10
|
import { DebugVisualizerServer } from './ws-server';
|
|
11
|
+
type ReadableSpan = any;
|
|
12
|
+
type ExportResult = any;
|
|
12
13
|
/**
|
|
13
14
|
* OTEL Span Exporter that streams spans to debug visualizer WebSocket server
|
|
14
15
|
*/
|
|
15
|
-
export declare class DebugSpanExporter
|
|
16
|
+
export declare class DebugSpanExporter {
|
|
16
17
|
private server;
|
|
17
18
|
constructor(server: DebugVisualizerServer);
|
|
18
19
|
/**
|
|
@@ -44,4 +45,5 @@ export declare class DebugSpanExporter implements SpanExporter {
|
|
|
44
45
|
* Create a debug span exporter for a given server
|
|
45
46
|
*/
|
|
46
47
|
export declare function createDebugSpanExporter(server: DebugVisualizerServer): DebugSpanExporter;
|
|
48
|
+
export {};
|
|
47
49
|
//# sourceMappingURL=debug-span-exporter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debug-span-exporter.d.ts","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/debug-visualizer/debug-span-exporter.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"debug-span-exporter.d.ts","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/debug-visualizer/debug-span-exporter.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,qBAAqB,EAAiB,MAAM,aAAa,CAAC;AAInE,KAAK,YAAY,GAAG,GAAG,CAAC;AAExB,KAAK,YAAY,GAAG,GAAG,CAAC;AAaxB;;GAEG;AACH,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,MAAM,CAAwB;gBAE1B,MAAM,EAAE,qBAAqB;IAIzC;;OAEG;IACH,MAAM,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE,cAAc,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,GAAG,IAAI;IAqBnF;;OAEG;IACG,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAK/B;;OAEG;IACG,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAIjC;;OAEG;IACH,OAAO,CAAC,WAAW;IA4CnB;;OAEG;IACH,OAAO,CAAC,aAAa;IAIrB;;OAEG;IACH,OAAO,CAAC,cAAc;CAGvB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,qBAAqB,GAAG,iBAAiB,CAExF"}
|
|
@@ -339,6 +339,17 @@ export declare const configSchema: {
|
|
|
339
339
|
readonly type: "string";
|
|
340
340
|
readonly description: "Session ID for HTTP transport (optional, server may generate one)";
|
|
341
341
|
};
|
|
342
|
+
readonly args: {
|
|
343
|
+
readonly type: "array";
|
|
344
|
+
readonly items: {
|
|
345
|
+
readonly type: "string";
|
|
346
|
+
};
|
|
347
|
+
readonly description: "Command arguments (for stdio transport in MCP checks)";
|
|
348
|
+
};
|
|
349
|
+
readonly workingDirectory: {
|
|
350
|
+
readonly type: "string";
|
|
351
|
+
readonly description: "Working directory (for stdio transport in MCP checks)";
|
|
352
|
+
};
|
|
342
353
|
};
|
|
343
354
|
readonly additionalProperties: false;
|
|
344
355
|
readonly description: "Configuration for a single check";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-schema.d.ts","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/generated/config-schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"config-schema.d.ts","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/generated/config-schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgkCf,CAAC;AACX,eAAe,YAAY,CAAC"}
|
|
@@ -374,6 +374,17 @@
|
|
|
374
374
|
"sessionId": {
|
|
375
375
|
"type": "string",
|
|
376
376
|
"description": "Session ID for HTTP transport (optional, server may generate one)"
|
|
377
|
+
},
|
|
378
|
+
"args": {
|
|
379
|
+
"type": "array",
|
|
380
|
+
"items": {
|
|
381
|
+
"type": "string"
|
|
382
|
+
},
|
|
383
|
+
"description": "Command arguments (for stdio transport in MCP checks)"
|
|
384
|
+
},
|
|
385
|
+
"workingDirectory": {
|
|
386
|
+
"type": "string",
|
|
387
|
+
"description": "Working directory (for stdio transport in MCP checks)"
|
|
377
388
|
}
|
|
378
389
|
},
|
|
379
390
|
"additionalProperties": false,
|