brass-runtime 1.15.0 → 1.16.1
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/CHANGELOG.md +17 -0
- package/README.md +673 -136
- package/dist/agent/cli/main.cjs +40 -35
- package/dist/agent/cli/main.js +9 -4
- package/dist/agent/cli/main.mjs +9 -4
- package/dist/agent/index.cjs +8 -4
- package/dist/agent/index.d.ts +1 -1
- package/dist/agent/index.js +7 -3
- package/dist/agent/index.mjs +7 -3
- package/dist/chunk-2HQTDLHF.mjs +683 -0
- package/dist/chunk-36I3M4UC.mjs +370 -0
- package/dist/chunk-3AYM6WPJ.js +1629 -0
- package/dist/chunk-3LOYJFRR.cjs +300 -0
- package/dist/chunk-3RG5ZIWI.js +10 -0
- package/dist/chunk-3Y2RIUMM.js +300 -0
- package/dist/{chunk-VEZNF5GZ.cjs → chunk-4ROBZFL6.cjs} +130 -126
- package/dist/{chunk-3QMOKAS5.js → chunk-52OB2ROS.js} +9 -5
- package/dist/chunk-52PPNNI4.cjs +416 -0
- package/dist/chunk-5EC274J5.cjs +2874 -0
- package/dist/chunk-5QC7LRZ3.js +229 -0
- package/dist/chunk-5VRJNBLZ.mjs +2874 -0
- package/dist/chunk-62AZW6UT.cjs +313 -0
- package/dist/chunk-6IXXWIUM.js +683 -0
- package/dist/chunk-74ZTY6CP.js +2871 -0
- package/dist/chunk-76YMRMH2.cjs +777 -0
- package/dist/chunk-7CMJS3QE.mjs +2871 -0
- package/dist/{chunk-4NHES7VK.mjs → chunk-7JIJOVCT.js} +27 -13
- package/dist/chunk-A2OM6NEH.mjs +194 -0
- package/dist/chunk-AGR5B2BC.cjs +683 -0
- package/dist/chunk-AVNQLJ5V.js +777 -0
- package/dist/chunk-B33ICAKP.js +313 -0
- package/dist/{chunk-ELOOF35R.mjs → chunk-B5JD23U7.mjs} +1 -1
- package/dist/chunk-BABBZK4Y.js +2024 -0
- package/dist/chunk-C3MDXTRZ.js +354 -0
- package/dist/chunk-CIZFIMK5.js +2193 -0
- package/dist/chunk-CZIVE6NT.cjs +354 -0
- package/dist/chunk-DNFJLJMW.mjs +354 -0
- package/dist/chunk-DNFO2EIZ.mjs +777 -0
- package/dist/chunk-EJ6BPYVR.mjs +416 -0
- package/dist/chunk-ENKODRU3.cjs +2193 -0
- package/dist/chunk-EOC4UHBS.mjs +229 -0
- package/dist/{chunk-BMH5AV44.js → chunk-FH2X7BVP.js} +756 -440
- package/dist/{chunk-PPUXIH5R.js → chunk-FHQGHPMO.mjs} +27 -13
- package/dist/{chunk-TGIFUAK4.cjs → chunk-GLE2WY7Z.cjs} +951 -635
- package/dist/{chunk-BDF4AMWX.mjs → chunk-GYM3LLGS.mjs} +756 -440
- package/dist/chunk-HLWLMW2F.mjs +2024 -0
- package/dist/chunk-JF5WGYJJ.cjs +194 -0
- package/dist/chunk-KH4SYAOS.mjs +1629 -0
- package/dist/chunk-KN32XNTH.mjs +313 -0
- package/dist/chunk-KQLYONSE.cjs +2871 -0
- package/dist/{chunk-STVLQ3XD.cjs → chunk-KZJQ723N.cjs} +92 -78
- package/dist/chunk-L2SYFEBS.js +194 -0
- package/dist/chunk-L6VB5N7Q.cjs +104 -0
- package/dist/{chunk-K6M7MDZ4.mjs → chunk-MBEJI5HF.mjs} +9 -5
- package/dist/chunk-MIIYDLGM.js +2874 -0
- package/dist/chunk-MOO4L7F4.mjs +104 -0
- package/dist/chunk-MT3OWDPC.mjs +2193 -0
- package/dist/chunk-MVGUEJ5Z.cjs +370 -0
- package/dist/chunk-OBGZSXTJ.cjs +10 -0
- package/dist/chunk-PD4EJTQC.cjs +229 -0
- package/dist/chunk-PWC3RBQE.mjs +300 -0
- package/dist/chunk-Q2I37RP3.cjs +1629 -0
- package/dist/chunk-RKGKFN2A.js +416 -0
- package/dist/{chunk-R3R2FVLG.cjs → chunk-SA6HUJVI.cjs} +5 -5
- package/dist/chunk-TRM4JUZQ.js +104 -0
- package/dist/chunk-UB4B6OFY.js +370 -0
- package/dist/{chunk-TO7IKXYT.js → chunk-UCUBNWM2.js} +1 -1
- package/dist/chunk-VN44DYYT.cjs +2024 -0
- package/dist/chunk-Y6FXYEAI.mjs +10 -0
- package/dist/client-CZHU674n.d.ts +820 -0
- package/dist/core/index.cjs +198 -4
- package/dist/core/index.d.ts +311 -212
- package/dist/core/index.js +237 -43
- package/dist/core/index.mjs +237 -43
- package/dist/{effect-CMOQKX8y.d.ts → effect-DIUHZ9IN.d.ts} +195 -1
- package/dist/effectRunner-CFLC32IK.cjs +8 -0
- package/dist/effectRunner-L4S7IPT3.js +8 -0
- package/dist/effectRunner-NNGG75QA.mjs +8 -0
- package/dist/http/index.cjs +1227 -2971
- package/dist/http/index.d.ts +826 -280
- package/dist/http/index.js +1089 -2833
- package/dist/http/index.mjs +1089 -2833
- package/dist/http/testing.cjs +161 -0
- package/dist/http/testing.d.ts +43 -0
- package/dist/http/testing.js +161 -0
- package/dist/http/testing.mjs +161 -0
- package/dist/index.cjs +486 -250
- package/dist/index.d.ts +87 -95
- package/dist/index.js +391 -155
- package/dist/index.mjs +391 -155
- package/dist/observability/index.cjs +162 -0
- package/dist/observability/index.d.ts +152 -0
- package/dist/observability/index.js +162 -0
- package/dist/observability/index.mjs +162 -0
- package/dist/perf/cli.cjs +401 -0
- package/dist/perf/cli.d.ts +1 -0
- package/dist/perf/cli.js +401 -0
- package/dist/perf/cli.mjs +401 -0
- package/dist/perf/index.cjs +141 -0
- package/dist/perf/index.d.ts +483 -0
- package/dist/perf/index.js +141 -0
- package/dist/perf/index.mjs +141 -0
- package/dist/schedule-CK3Ml_7p.d.ts +259 -0
- package/dist/schema/index.cjs +29 -0
- package/dist/schema/index.d.ts +179 -0
- package/dist/schema/index.js +29 -0
- package/dist/schema/index.mjs +29 -0
- package/dist/server-GJPg8ZSG.d.ts +675 -0
- package/dist/{stream-FQm9h4Mg.d.ts → stream-B4oK9JFP.d.ts} +1 -1
- package/dist/tracer-Hwt1cl7h.d.ts +189 -0
- package/dist/tracing-DqbTKGcf.d.ts +148 -0
- package/docs/ARCHITECTURE.md +292 -0
- package/docs/README.md +63 -0
- package/docs/adr/0001-ai-context-pack.md +32 -0
- package/docs/agent-apply-mode.md +104 -0
- package/docs/agent-approvals.md +110 -0
- package/docs/agent-batch.md +185 -0
- package/docs/agent-boundaries.md +112 -0
- package/docs/agent-chat-sessions.md +160 -0
- package/docs/agent-ci.md +17 -0
- package/docs/agent-cli.md +405 -0
- package/docs/agent-config.md +480 -0
- package/docs/agent-context-discovery.md +159 -0
- package/docs/agent-copilot-like-dx.md +126 -0
- package/docs/agent-declarative-optimized-planning.md +138 -0
- package/docs/agent-dx.md +224 -0
- package/docs/agent-env-files.md +126 -0
- package/docs/agent-follow-up-context.md +43 -0
- package/docs/agent-global-usage.md +180 -0
- package/docs/agent-init.md +109 -0
- package/docs/agent-install-and-configure.md +516 -0
- package/docs/agent-language-workspace-ux.md +99 -0
- package/docs/agent-llm-adapters.md +123 -0
- package/docs/agent-local-install.md +190 -0
- package/docs/agent-local-tests.md +51 -0
- package/docs/agent-observability.md +155 -0
- package/docs/agent-patch-quality-loop.md +162 -0
- package/docs/agent-presets.md +22 -0
- package/docs/agent-project-commands.md +237 -0
- package/docs/agent-project-intelligence.md +156 -0
- package/docs/agent-redaction.md +18 -0
- package/docs/agent-release-readiness.md +76 -0
- package/docs/agent-rollback-safety.md +162 -0
- package/docs/agent-rollback.md +23 -0
- package/docs/agent-run-artifacts.md +16 -0
- package/docs/agent-vscode-auto-discovery.md +137 -0
- package/docs/agent-vscode-batch-runner.md +100 -0
- package/docs/agent-vscode-chat-layout.md +90 -0
- package/docs/agent-vscode-clean-install.md +147 -0
- package/docs/agent-vscode-code-actions.md +70 -0
- package/docs/agent-vscode-diff-preview.md +45 -0
- package/docs/agent-vscode-inline-assist.md +56 -0
- package/docs/agent-vscode-install.md +186 -0
- package/docs/agent-vscode-model-setup.md +97 -0
- package/docs/agent-vscode-patch-preview.md +92 -0
- package/docs/agent-vscode-problems.md +79 -0
- package/docs/agent-vscode-project-dashboard.md +106 -0
- package/docs/agent-vscode-run-history.md +92 -0
- package/docs/agent-vscode-ux.md +73 -0
- package/docs/ai/INVARIANTS.md +84 -0
- package/docs/ai/PROJECT_MAP.md +338 -0
- package/docs/ai/PUBLIC_API.md +336 -0
- package/docs/ai/VALIDATION_MATRIX.md +67 -0
- package/docs/api-polish.md +37 -0
- package/docs/cancellation.md +162 -0
- package/docs/coverage.md +46 -0
- package/docs/getting-started.md +159 -0
- package/docs/guides/README.md +40 -0
- package/docs/guides/circuit-breaker.md +89 -0
- package/docs/guides/error-handling.md +91 -0
- package/docs/guides/getting-started.md +107 -0
- package/docs/guides/layers.md +189 -0
- package/docs/guides/metrics.md +101 -0
- package/docs/guides/resource-management.md +141 -0
- package/docs/guides/retry.md +215 -0
- package/docs/guides/semaphore.md +66 -0
- package/docs/guides/streams.md +117 -0
- package/docs/guides/supervisors.md +98 -0
- package/docs/guides/testing.md +162 -0
- package/docs/guides/tracing.md +71 -0
- package/docs/http-recipes.md +399 -0
- package/docs/http.md +749 -0
- package/docs/modules.md +285 -0
- package/docs/observability-collector-smoke.md +31 -0
- package/docs/observability-framework-examples.md +98 -0
- package/docs/observability.md +542 -0
- package/docs/otel-collector-smoke.yaml +27 -0
- package/docs/performance-profiler.md +199 -0
- package/docs/production-readiness.md +73 -0
- package/docs/recipes/README.md +12 -0
- package/docs/recipes/http-server.md +45 -0
- package/docs/recipes/layers.md +44 -0
- package/docs/recipes/performance.md +47 -0
- package/docs/recipes/runtime.md +41 -0
- package/docs/recipes/testing.md +41 -0
- package/docs/release.md +53 -0
- package/docs/wasm-bounded-queues.md +44 -0
- package/docs/wasm-engine-observability-benchmarks.md +85 -0
- package/docs/wasm-fiber-engine.md +117 -0
- package/docs/wasm-scheduler-state-machine.md +122 -0
- package/docs/wasm-stream-chunks.md +54 -0
- package/package.json +48 -2
- package/dist/chunk-AR22SXML.js +0 -1043
- package/dist/chunk-BDYEENHT.js +0 -224
- package/dist/chunk-JFPU5GQI.mjs +0 -1043
- package/dist/chunk-MS34J5LY.cjs +0 -224
- package/dist/chunk-UMAZLXAB.mjs +0 -224
- package/dist/chunk-XPZNXSVN.cjs +0 -1043
- package/dist/tracing-DNT9jEbr.d.ts +0 -106
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
import {
|
|
2
|
+
makeBoundedRingBuffer
|
|
3
|
+
} from "./chunk-FH2X7BVP.js";
|
|
4
|
+
import {
|
|
5
|
+
Cause
|
|
6
|
+
} from "./chunk-UB4B6OFY.js";
|
|
7
|
+
|
|
8
|
+
// src/core/runtime/metrics.ts
|
|
9
|
+
var DEFAULT_BOUNDARIES = [1, 5, 10, 25, 50, 100, 250, 500, 1e3, 5e3, 1e4];
|
|
10
|
+
function makeMetrics() {
|
|
11
|
+
const counters = /* @__PURE__ */ new Map();
|
|
12
|
+
const gauges = /* @__PURE__ */ new Map();
|
|
13
|
+
const histograms = /* @__PURE__ */ new Map();
|
|
14
|
+
const key = (name, labels) => labels ? `${name}|${Object.entries(labels).sort().map(([k, v]) => `${k}=${v}`).join(",")}` : name;
|
|
15
|
+
const counter = (name, labels = {}) => {
|
|
16
|
+
const k = key(name, labels);
|
|
17
|
+
if (!counters.has(k)) counters.set(k, { labels, value: 0 });
|
|
18
|
+
const entry = counters.get(k);
|
|
19
|
+
return {
|
|
20
|
+
increment: (n = 1) => {
|
|
21
|
+
entry.value += Math.max(0, n);
|
|
22
|
+
},
|
|
23
|
+
value: () => entry.value
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
const gauge = (name, labels = {}) => {
|
|
27
|
+
const k = key(name, labels);
|
|
28
|
+
if (!gauges.has(k)) gauges.set(k, { labels, value: 0 });
|
|
29
|
+
const entry = gauges.get(k);
|
|
30
|
+
return {
|
|
31
|
+
set: (v) => {
|
|
32
|
+
entry.value = v;
|
|
33
|
+
},
|
|
34
|
+
increment: (n = 1) => {
|
|
35
|
+
entry.value += n;
|
|
36
|
+
},
|
|
37
|
+
decrement: (n = 1) => {
|
|
38
|
+
entry.value -= n;
|
|
39
|
+
},
|
|
40
|
+
value: () => entry.value
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
const histogram = (name, boundaries = DEFAULT_BOUNDARIES, labels = {}) => {
|
|
44
|
+
const k = key(name, labels);
|
|
45
|
+
if (!histograms.has(k)) {
|
|
46
|
+
const sorted = [...boundaries].sort((a, b) => a - b);
|
|
47
|
+
histograms.set(k, {
|
|
48
|
+
labels,
|
|
49
|
+
boundaries: sorted,
|
|
50
|
+
data: { boundaries: sorted, counts: new Array(sorted.length + 1).fill(0), sum: 0, count: 0, min: Infinity, max: -Infinity }
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
const entry = histograms.get(k);
|
|
54
|
+
return {
|
|
55
|
+
observe: (value, exemplar) => {
|
|
56
|
+
entry.data.sum += value;
|
|
57
|
+
entry.data.count++;
|
|
58
|
+
entry.data.min = Math.min(entry.data.min, value);
|
|
59
|
+
entry.data.max = Math.max(entry.data.max, value);
|
|
60
|
+
let placed = false;
|
|
61
|
+
let bucketIndex = entry.boundaries.length;
|
|
62
|
+
for (let i = 0; i < entry.boundaries.length; i++) {
|
|
63
|
+
if (value <= entry.boundaries[i]) {
|
|
64
|
+
entry.data.counts[i]++;
|
|
65
|
+
bucketIndex = i;
|
|
66
|
+
placed = true;
|
|
67
|
+
break;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
if (!placed) entry.data.counts[entry.boundaries.length]++;
|
|
71
|
+
if (exemplar) {
|
|
72
|
+
const exemplars = entry.data.exemplars ?? new Array(entry.boundaries.length + 1).fill(void 0);
|
|
73
|
+
exemplars[bucketIndex] = {
|
|
74
|
+
...exemplar,
|
|
75
|
+
value,
|
|
76
|
+
timestamp: exemplar.timestamp
|
|
77
|
+
};
|
|
78
|
+
entry.data.exemplars = exemplars;
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
buckets: () => ({ ...entry.data, counts: [...entry.data.counts], exemplars: entry.data.exemplars ? [...entry.data.exemplars] : void 0 }),
|
|
82
|
+
percentile: (p) => {
|
|
83
|
+
const target = Math.ceil(entry.data.count * (p / 100));
|
|
84
|
+
let cumulative = 0;
|
|
85
|
+
for (let i = 0; i < entry.boundaries.length; i++) {
|
|
86
|
+
cumulative += entry.data.counts[i];
|
|
87
|
+
if (cumulative >= target) return entry.boundaries[i];
|
|
88
|
+
}
|
|
89
|
+
return entry.data.max;
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
return {
|
|
94
|
+
counter,
|
|
95
|
+
gauge,
|
|
96
|
+
histogram,
|
|
97
|
+
snapshot: () => ({
|
|
98
|
+
counters: Array.from(counters.entries()).map(([k, v]) => ({ name: k.split("|")[0], labels: v.labels, value: v.value })),
|
|
99
|
+
gauges: Array.from(gauges.entries()).map(([k, v]) => ({ name: k.split("|")[0], labels: v.labels, value: v.value })),
|
|
100
|
+
histograms: Array.from(histograms.entries()).map(([k, v]) => ({ name: k.split("|")[0], labels: v.labels, buckets: v.data }))
|
|
101
|
+
}),
|
|
102
|
+
reset: () => {
|
|
103
|
+
counters.clear();
|
|
104
|
+
gauges.clear();
|
|
105
|
+
histograms.clear();
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// src/core/runtime/events.ts
|
|
111
|
+
function makeRuntimeEventRecord(ev, ctx, seq) {
|
|
112
|
+
const wallTs = Date.now();
|
|
113
|
+
const ts = typeof performance !== "undefined" ? performance.now() : wallTs;
|
|
114
|
+
return {
|
|
115
|
+
...ctx,
|
|
116
|
+
contextFiberId: ctx.fiberId,
|
|
117
|
+
contextScopeId: ctx.scopeId,
|
|
118
|
+
...ev,
|
|
119
|
+
seq,
|
|
120
|
+
wallTs,
|
|
121
|
+
ts
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
function runtimeEventRecordContext(record) {
|
|
125
|
+
return {
|
|
126
|
+
fiberId: record.contextFiberId ?? record.fiberId,
|
|
127
|
+
scopeId: record.contextScopeId ?? record.scopeId,
|
|
128
|
+
traceId: record.traceId,
|
|
129
|
+
spanId: record.spanId,
|
|
130
|
+
parentSpanId: record.parentSpanId,
|
|
131
|
+
traceState: record.traceState,
|
|
132
|
+
baggage: record.baggage,
|
|
133
|
+
sampled: record.sampled
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// src/core/runtime/eventBus.ts
|
|
138
|
+
function runtimeHooksToEventHandler(hooks) {
|
|
139
|
+
return (record) => {
|
|
140
|
+
hooks.emit(record, runtimeEventRecordContext(record));
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
var EventBus = class {
|
|
144
|
+
constructor(options = {}) {
|
|
145
|
+
this.options = options;
|
|
146
|
+
}
|
|
147
|
+
options;
|
|
148
|
+
seq = 1;
|
|
149
|
+
subs = [];
|
|
150
|
+
flushScheduled = false;
|
|
151
|
+
boundFlush = () => this.flush();
|
|
152
|
+
emit(ev, ctx) {
|
|
153
|
+
if (this.subs.length === 0) return;
|
|
154
|
+
const full = makeRuntimeEventRecord(ev, ctx, this.seq++);
|
|
155
|
+
for (const s of this.subs) {
|
|
156
|
+
const st = s.q.push(full);
|
|
157
|
+
if (st & 2 /* Dropped */) s.dropped++;
|
|
158
|
+
}
|
|
159
|
+
if (!this.flushScheduled) {
|
|
160
|
+
this.flushScheduled = true;
|
|
161
|
+
queueMicrotask(this.boundFlush);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
subscribe(handler, perSubscriberCapacity = 2048) {
|
|
165
|
+
this.subs.push({
|
|
166
|
+
handler,
|
|
167
|
+
q: makeBoundedRingBuffer(perSubscriberCapacity, perSubscriberCapacity, this.options),
|
|
168
|
+
dropped: 0
|
|
169
|
+
});
|
|
170
|
+
return () => {
|
|
171
|
+
this.subs = this.subs.filter((s) => s.handler !== handler);
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
subscribeHooks(hooks, perSubscriberCapacity = 2048) {
|
|
175
|
+
return this.subscribe(runtimeHooksToEventHandler(hooks), perSubscriberCapacity);
|
|
176
|
+
}
|
|
177
|
+
flush(budget = 4096) {
|
|
178
|
+
this.flushScheduled = false;
|
|
179
|
+
for (const s of this.subs) {
|
|
180
|
+
let n = 0;
|
|
181
|
+
if (s.dropped > 0) {
|
|
182
|
+
const dropEv = makeRuntimeEventRecord(
|
|
183
|
+
{
|
|
184
|
+
type: "log",
|
|
185
|
+
level: "warn",
|
|
186
|
+
message: "eventbus.dropped",
|
|
187
|
+
fields: { dropped: s.dropped }
|
|
188
|
+
},
|
|
189
|
+
{},
|
|
190
|
+
0
|
|
191
|
+
);
|
|
192
|
+
try {
|
|
193
|
+
s.handler(dropEv);
|
|
194
|
+
} catch {
|
|
195
|
+
}
|
|
196
|
+
s.dropped = 0;
|
|
197
|
+
}
|
|
198
|
+
while (n++ < budget) {
|
|
199
|
+
const ev = s.q.shift();
|
|
200
|
+
if (!ev) break;
|
|
201
|
+
try {
|
|
202
|
+
s.handler(ev);
|
|
203
|
+
} catch {
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
};
|
|
209
|
+
|
|
210
|
+
// src/core/runtime/tracingSink.ts
|
|
211
|
+
var InMemoryTracer = class {
|
|
212
|
+
constructor(options = {}) {
|
|
213
|
+
this.options = options;
|
|
214
|
+
}
|
|
215
|
+
options;
|
|
216
|
+
spans = /* @__PURE__ */ new Map();
|
|
217
|
+
// key: spanId
|
|
218
|
+
finishedSpanIds = [];
|
|
219
|
+
finishedSpanSet = /* @__PURE__ */ new Set();
|
|
220
|
+
finishedSpanOffset = 0;
|
|
221
|
+
finishedSpanCount = 0;
|
|
222
|
+
prunedFinishedSpans = 0;
|
|
223
|
+
emit(ev, ctx) {
|
|
224
|
+
if (ctx.sampled === false) return;
|
|
225
|
+
const wallTs = this.now();
|
|
226
|
+
const traceId = ctx.traceId ?? "no-trace";
|
|
227
|
+
const spanId = ctx.spanId;
|
|
228
|
+
if (ev.type === "fiber.start") {
|
|
229
|
+
if (!spanId) return;
|
|
230
|
+
this.spans.set(spanId, {
|
|
231
|
+
traceId,
|
|
232
|
+
spanId,
|
|
233
|
+
parentSpanId: ctx.parentSpanId,
|
|
234
|
+
traceState: ctx.traceState,
|
|
235
|
+
name: ev.name ?? `fiber#${ev.fiberId}`,
|
|
236
|
+
startWallTs: wallTs,
|
|
237
|
+
attrs: this.attrs({ fiberId: ev.fiberId, parentFiberId: ev.parentFiberId, scopeId: ev.scopeId }),
|
|
238
|
+
links: [],
|
|
239
|
+
events: []
|
|
240
|
+
});
|
|
241
|
+
return;
|
|
242
|
+
}
|
|
243
|
+
if (ev.type === "fiber.end") {
|
|
244
|
+
if (!spanId) return;
|
|
245
|
+
const sp = this.spans.get(spanId);
|
|
246
|
+
if (sp) {
|
|
247
|
+
const wasOpen = sp.endWallTs == null;
|
|
248
|
+
sp.endWallTs = wallTs;
|
|
249
|
+
sp.events.push({ wallTs, name: "fiber.end", attrs: this.attrs({ status: ev.status, error: this.error(ev.error) }) });
|
|
250
|
+
if (wasOpen) this.markFinished(spanId);
|
|
251
|
+
this.pruneFinished();
|
|
252
|
+
}
|
|
253
|
+
return;
|
|
254
|
+
}
|
|
255
|
+
if (ev.type === "span.start") {
|
|
256
|
+
if (!spanId) return;
|
|
257
|
+
this.spans.set(spanId, {
|
|
258
|
+
traceId,
|
|
259
|
+
spanId,
|
|
260
|
+
parentSpanId: ctx.parentSpanId,
|
|
261
|
+
traceState: ctx.traceState,
|
|
262
|
+
name: ev.name,
|
|
263
|
+
startWallTs: wallTs,
|
|
264
|
+
attrs: this.attrs(ev.attributes ?? {}),
|
|
265
|
+
links: ev.links ?? [],
|
|
266
|
+
events: []
|
|
267
|
+
});
|
|
268
|
+
return;
|
|
269
|
+
}
|
|
270
|
+
if (ev.type === "span.event") {
|
|
271
|
+
if (!spanId) return;
|
|
272
|
+
const sp = this.spans.get(spanId);
|
|
273
|
+
if (!sp) return;
|
|
274
|
+
sp.events.push({ wallTs, name: ev.name, attrs: this.attrs(ev.attributes ?? {}) });
|
|
275
|
+
return;
|
|
276
|
+
}
|
|
277
|
+
if (ev.type === "span.end") {
|
|
278
|
+
if (!spanId) return;
|
|
279
|
+
const sp = this.spans.get(spanId);
|
|
280
|
+
if (sp) {
|
|
281
|
+
const wasOpen = sp.endWallTs == null;
|
|
282
|
+
sp.endWallTs = wallTs;
|
|
283
|
+
sp.events.push({ wallTs, name: "span.end", attrs: this.attrs({ status: ev.status, error: this.error(ev.error), ...ev.attributes ?? {} }) });
|
|
284
|
+
if (wasOpen) this.markFinished(spanId);
|
|
285
|
+
this.pruneFinished();
|
|
286
|
+
}
|
|
287
|
+
return;
|
|
288
|
+
}
|
|
289
|
+
if (ev.type === "fiber.suspend" || ev.type === "fiber.resume" || ev.type === "scope.open" || ev.type === "scope.close" || ev.type === "schedule.decision") {
|
|
290
|
+
if (!spanId) return;
|
|
291
|
+
const sp = this.spans.get(spanId);
|
|
292
|
+
if (!sp) return;
|
|
293
|
+
sp.events.push({ wallTs, name: ev.type, attrs: this.attrs(ev) });
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
exportFinished() {
|
|
297
|
+
this.pruneFinished();
|
|
298
|
+
const out = [];
|
|
299
|
+
for (let i = this.finishedSpanOffset; i < this.finishedSpanIds.length; i++) {
|
|
300
|
+
const spanId = this.finishedSpanIds[i];
|
|
301
|
+
if (!this.finishedSpanSet.has(spanId)) continue;
|
|
302
|
+
const span = this.spans.get(spanId);
|
|
303
|
+
if (span?.endWallTs != null) out.push(span);
|
|
304
|
+
}
|
|
305
|
+
return out;
|
|
306
|
+
}
|
|
307
|
+
pruneFinished(spanIds) {
|
|
308
|
+
let dropped = 0;
|
|
309
|
+
if (spanIds) {
|
|
310
|
+
for (const spanId of spanIds) {
|
|
311
|
+
if (this.deleteFinished(spanId)) dropped++;
|
|
312
|
+
}
|
|
313
|
+
this.prunedFinishedSpans += dropped;
|
|
314
|
+
return dropped;
|
|
315
|
+
}
|
|
316
|
+
dropped += this.pruneExpiredFinished();
|
|
317
|
+
dropped += this.pruneFinishedOverLimit();
|
|
318
|
+
this.prunedFinishedSpans += dropped;
|
|
319
|
+
return dropped;
|
|
320
|
+
}
|
|
321
|
+
stats() {
|
|
322
|
+
return {
|
|
323
|
+
storedSpans: this.spans.size,
|
|
324
|
+
finishedSpans: this.finishedSpanCount,
|
|
325
|
+
prunedFinishedSpans: this.prunedFinishedSpans
|
|
326
|
+
};
|
|
327
|
+
}
|
|
328
|
+
attrs(attrs) {
|
|
329
|
+
return this.options.sanitizeAttributes?.(attrs) ?? attrs;
|
|
330
|
+
}
|
|
331
|
+
error(error) {
|
|
332
|
+
const normalized = Cause.isCause(error) ? Cause.pretty(error, { singleLine: true }) : error;
|
|
333
|
+
return normalized === void 0 ? void 0 : this.options.sanitizeError?.(normalized) ?? normalized;
|
|
334
|
+
}
|
|
335
|
+
now() {
|
|
336
|
+
return this.options.clock?.() ?? Date.now();
|
|
337
|
+
}
|
|
338
|
+
pruneExpiredFinished() {
|
|
339
|
+
const maxAgeMs = this.options.maxSpanAgeMs;
|
|
340
|
+
if (maxAgeMs === void 0 || maxAgeMs <= 0) return 0;
|
|
341
|
+
const now = this.now();
|
|
342
|
+
let dropped = 0;
|
|
343
|
+
while (true) {
|
|
344
|
+
const oldest = this.peekOldestFinished();
|
|
345
|
+
if (!oldest) break;
|
|
346
|
+
if (now - (oldest.span.endWallTs ?? now) <= maxAgeMs) break;
|
|
347
|
+
if (this.deleteOldestFinished()) dropped++;
|
|
348
|
+
}
|
|
349
|
+
return dropped;
|
|
350
|
+
}
|
|
351
|
+
pruneFinishedOverLimit() {
|
|
352
|
+
const maxFinishedSpans = this.options.maxFinishedSpans;
|
|
353
|
+
if (maxFinishedSpans === void 0 || maxFinishedSpans < 0) return 0;
|
|
354
|
+
let dropped = 0;
|
|
355
|
+
while (this.finishedSpanCount > maxFinishedSpans) {
|
|
356
|
+
if (this.deleteOldestFinished()) dropped++;
|
|
357
|
+
else break;
|
|
358
|
+
}
|
|
359
|
+
return dropped;
|
|
360
|
+
}
|
|
361
|
+
markFinished(spanId) {
|
|
362
|
+
if (this.finishedSpanSet.has(spanId)) return;
|
|
363
|
+
this.finishedSpanSet.add(spanId);
|
|
364
|
+
this.finishedSpanIds.push(spanId);
|
|
365
|
+
this.finishedSpanCount++;
|
|
366
|
+
this.compactFinishedIds();
|
|
367
|
+
}
|
|
368
|
+
deleteFinished(spanId) {
|
|
369
|
+
const span = this.spans.get(spanId);
|
|
370
|
+
if (span?.endWallTs == null) return false;
|
|
371
|
+
const deleted = this.spans.delete(spanId);
|
|
372
|
+
if (this.finishedSpanSet.delete(spanId)) {
|
|
373
|
+
this.finishedSpanCount = Math.max(0, this.finishedSpanCount - 1);
|
|
374
|
+
}
|
|
375
|
+
return deleted;
|
|
376
|
+
}
|
|
377
|
+
peekOldestFinished() {
|
|
378
|
+
while (this.finishedSpanOffset < this.finishedSpanIds.length) {
|
|
379
|
+
const spanId = this.finishedSpanIds[this.finishedSpanOffset];
|
|
380
|
+
if (!this.finishedSpanSet.has(spanId)) {
|
|
381
|
+
this.finishedSpanOffset++;
|
|
382
|
+
continue;
|
|
383
|
+
}
|
|
384
|
+
const span = this.spans.get(spanId);
|
|
385
|
+
if (!span || span.endWallTs == null) {
|
|
386
|
+
this.finishedSpanSet.delete(spanId);
|
|
387
|
+
this.finishedSpanCount = Math.max(0, this.finishedSpanCount - 1);
|
|
388
|
+
this.finishedSpanOffset++;
|
|
389
|
+
continue;
|
|
390
|
+
}
|
|
391
|
+
return { spanId, span };
|
|
392
|
+
}
|
|
393
|
+
this.compactFinishedIds();
|
|
394
|
+
return void 0;
|
|
395
|
+
}
|
|
396
|
+
deleteOldestFinished() {
|
|
397
|
+
const oldest = this.peekOldestFinished();
|
|
398
|
+
if (!oldest) return false;
|
|
399
|
+
this.finishedSpanOffset++;
|
|
400
|
+
return this.deleteFinished(oldest.spanId);
|
|
401
|
+
}
|
|
402
|
+
compactFinishedIds() {
|
|
403
|
+
if (this.finishedSpanOffset < 1024 || this.finishedSpanOffset * 2 < this.finishedSpanIds.length) return;
|
|
404
|
+
this.finishedSpanIds.splice(0, this.finishedSpanOffset);
|
|
405
|
+
this.finishedSpanOffset = 0;
|
|
406
|
+
}
|
|
407
|
+
};
|
|
408
|
+
|
|
409
|
+
export {
|
|
410
|
+
makeMetrics,
|
|
411
|
+
makeRuntimeEventRecord,
|
|
412
|
+
runtimeEventRecordContext,
|
|
413
|
+
runtimeHooksToEventHandler,
|
|
414
|
+
EventBus,
|
|
415
|
+
InMemoryTracer
|
|
416
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkMVGUEJ5Zcjs = require('./chunk-MVGUEJ5Z.cjs');
|
|
4
4
|
|
|
5
5
|
// src/core/stream/structuredConcurrency.ts
|
|
6
6
|
function race(left, right, parentScope) {
|
|
7
|
-
return
|
|
7
|
+
return _chunkMVGUEJ5Zcjs.asyncEffect.call(void 0, (env, cb) => {
|
|
8
8
|
const scope = parentScope.subScope();
|
|
9
9
|
let done = false;
|
|
10
10
|
const onResult = (exit) => {
|
|
@@ -20,7 +20,7 @@ function race(left, right, parentScope) {
|
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
function zipPar(left, right, parentScope) {
|
|
23
|
-
return
|
|
23
|
+
return _chunkMVGUEJ5Zcjs.asyncEffect.call(void 0, (env, cb) => {
|
|
24
24
|
const scope = parentScope.subScope();
|
|
25
25
|
let leftExit = null;
|
|
26
26
|
let rightExit = null;
|
|
@@ -64,7 +64,7 @@ function zipPar(left, right, parentScope) {
|
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
function collectAllPar(effects, parentScope) {
|
|
67
|
-
return
|
|
67
|
+
return _chunkMVGUEJ5Zcjs.asyncEffect.call(void 0, (env, cb) => {
|
|
68
68
|
const scope = parentScope.subScope();
|
|
69
69
|
const results = new Array(effects.length);
|
|
70
70
|
let completed = 0;
|
|
@@ -99,7 +99,7 @@ function collectAllPar(effects, parentScope) {
|
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
101
|
function raceWith(left, right, parentScope, onLeft, onRight) {
|
|
102
|
-
return
|
|
102
|
+
return _chunkMVGUEJ5Zcjs.asyncEffect.call(void 0, (env, cb) => {
|
|
103
103
|
const scope = parentScope.subScope();
|
|
104
104
|
let done = false;
|
|
105
105
|
const fiberLeft = scope.fork(left);
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Cause
|
|
3
|
+
} from "./chunk-UB4B6OFY.js";
|
|
4
|
+
|
|
5
|
+
// src/http/effectRunner.ts
|
|
6
|
+
function registerHttpEffect(effect, env, cb) {
|
|
7
|
+
let done = false;
|
|
8
|
+
let currentCancel;
|
|
9
|
+
const finish = (exit) => {
|
|
10
|
+
if (done) return;
|
|
11
|
+
done = true;
|
|
12
|
+
currentCancel = void 0;
|
|
13
|
+
cb(exit);
|
|
14
|
+
};
|
|
15
|
+
const run = (current, cont) => {
|
|
16
|
+
if (done) return;
|
|
17
|
+
switch (current._tag) {
|
|
18
|
+
case "Succeed":
|
|
19
|
+
cont({ _tag: "Success", value: current.value });
|
|
20
|
+
return;
|
|
21
|
+
case "Fail":
|
|
22
|
+
cont({ _tag: "Failure", cause: Cause.fail(current.error) });
|
|
23
|
+
return;
|
|
24
|
+
case "Sync":
|
|
25
|
+
try {
|
|
26
|
+
cont({ _tag: "Success", value: current.thunk(env) });
|
|
27
|
+
} catch (e) {
|
|
28
|
+
cont({ _tag: "Failure", cause: Cause.die(e) });
|
|
29
|
+
}
|
|
30
|
+
return;
|
|
31
|
+
case "Async": {
|
|
32
|
+
const cancel = current.register(env, (exit) => {
|
|
33
|
+
currentCancel = void 0;
|
|
34
|
+
if (done) return;
|
|
35
|
+
cont(exit);
|
|
36
|
+
});
|
|
37
|
+
currentCancel = typeof cancel === "function" ? cancel : void 0;
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
case "FlatMap":
|
|
41
|
+
run(current.first, (exit) => {
|
|
42
|
+
if (done) return;
|
|
43
|
+
if (exit._tag === "Failure") {
|
|
44
|
+
cont(exit);
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
try {
|
|
48
|
+
run(current.andThen(exit.value), cont);
|
|
49
|
+
} catch (e) {
|
|
50
|
+
cont({ _tag: "Failure", cause: Cause.die(e) });
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
return;
|
|
54
|
+
case "Fold":
|
|
55
|
+
run(current.first, (exit) => {
|
|
56
|
+
if (done) return;
|
|
57
|
+
try {
|
|
58
|
+
if (exit._tag === "Success") {
|
|
59
|
+
run(current.onSuccess(exit.value), cont);
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
if (Cause.isFailureOnly(exit.cause)) {
|
|
63
|
+
const failure = Cause.firstFailure(exit.cause);
|
|
64
|
+
if (failure._tag === "Some") {
|
|
65
|
+
run(current.onFailure(failure.value), cont);
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
cont(exit);
|
|
70
|
+
} catch (e) {
|
|
71
|
+
cont({ _tag: "Failure", cause: Cause.die(e) });
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
return;
|
|
75
|
+
case "Fork":
|
|
76
|
+
cont({ _tag: "Success", value: void 0 });
|
|
77
|
+
return;
|
|
78
|
+
case "Interruptibility":
|
|
79
|
+
case "InterruptibilityRestore":
|
|
80
|
+
case "FiberRefLocally":
|
|
81
|
+
run(current.effect, cont);
|
|
82
|
+
return;
|
|
83
|
+
case "InterruptibilityMask":
|
|
84
|
+
run(current.body((effect2) => effect2), cont);
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
run(effect, finish);
|
|
89
|
+
return () => {
|
|
90
|
+
if (done) return;
|
|
91
|
+
const cancel = currentCancel;
|
|
92
|
+
currentCancel = void 0;
|
|
93
|
+
done = true;
|
|
94
|
+
try {
|
|
95
|
+
cancel?.();
|
|
96
|
+
} finally {
|
|
97
|
+
cb({ _tag: "Failure", cause: Cause.interrupt() });
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export {
|
|
103
|
+
registerHttpEffect
|
|
104
|
+
};
|