@agoric/telemetry 0.6.3-dev-7244c71.0 → 0.6.3-getting-started-dev-26244e8.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [0.6.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u11wf.0...@agoric/telemetry@0.6.3-u12.0) (2023-11-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @agoric/telemetry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### [0.6.3-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u11.0...@agoric/telemetry@0.6.3-u11wf.0) (2023-09-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @agoric/telemetry
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### [0.6.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.2...@agoric/telemetry@0.6.3-u11.0) (2023-08-24)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **cosmic-swingset:** add JS upgrade plan handler stub ([7803d3d](https://github.com/Agoric/agoric-sdk/commit/7803d3de8e0cba681dfd27dacfc3577eed0bf2f8))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
6
31
|
### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.1...@agoric/telemetry@0.6.2) (2023-06-02)
|
|
7
32
|
|
|
8
33
|
**Note:** Version bump only for package @agoric/telemetry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/telemetry",
|
|
3
|
-
"version": "0.6.3-dev-
|
|
3
|
+
"version": "0.6.3-getting-started-dev-26244e8.0+26244e8",
|
|
4
4
|
"description": "Agoric's telemetry implementation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/Agoric/agoric-sdk",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test:xs": "exit 0",
|
|
13
13
|
"lint-fix": "yarn lint:eslint --fix",
|
|
14
14
|
"lint": "run-s --continue-on-error lint:*",
|
|
15
|
-
"lint:types": "tsc",
|
|
15
|
+
"lint:types": "tsc -p jsconfig.json",
|
|
16
16
|
"lint:eslint": "eslint ."
|
|
17
17
|
},
|
|
18
18
|
"bin": {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/assert": "0.6.1-dev-
|
|
26
|
-
"@agoric/internal": "0.
|
|
27
|
-
"@agoric/store": "0.9.3-dev-
|
|
28
|
-
"@endo/init": "
|
|
29
|
-
"@endo/marshal": "
|
|
30
|
-
"@endo/stream": "
|
|
25
|
+
"@agoric/assert": "0.6.1-getting-started-dev-26244e8.0+26244e8",
|
|
26
|
+
"@agoric/internal": "0.4.0-getting-started-dev-26244e8.0+26244e8",
|
|
27
|
+
"@agoric/store": "0.9.3-getting-started-dev-26244e8.0+26244e8",
|
|
28
|
+
"@endo/init": "0.5.56",
|
|
29
|
+
"@endo/marshal": "0.8.5",
|
|
30
|
+
"@endo/stream": "0.3.25",
|
|
31
31
|
"@opentelemetry/api": "~1.3.0",
|
|
32
32
|
"@opentelemetry/exporter-prometheus": "~0.35.0",
|
|
33
33
|
"@opentelemetry/exporter-trace-otlp-http": "~0.35.0",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"tmp": "^0.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@endo/lockdown": "
|
|
45
|
-
"@endo/ses-ava": "
|
|
46
|
-
"ava": "^5.
|
|
44
|
+
"@endo/lockdown": "0.1.28",
|
|
45
|
+
"@endo/ses-ava": "0.2.40",
|
|
46
|
+
"ava": "^5.2.0",
|
|
47
47
|
"c8": "^7.13.0",
|
|
48
48
|
"tmp": "^0.2.1"
|
|
49
49
|
},
|
|
@@ -57,14 +57,8 @@
|
|
|
57
57
|
"files": [
|
|
58
58
|
"test/**/test-*.js"
|
|
59
59
|
],
|
|
60
|
-
"require": [
|
|
61
|
-
"@endo/init/debug.js"
|
|
62
|
-
],
|
|
63
60
|
"timeout": "20m",
|
|
64
61
|
"workerThreads": false
|
|
65
62
|
},
|
|
66
|
-
"
|
|
67
|
-
"atLeast": 87.55
|
|
68
|
-
},
|
|
69
|
-
"gitHead": "7244c710962174a886903cf039c0fbe18874287f"
|
|
63
|
+
"gitHead": "26244e821f1a83cd5868f0c7d54aa480c8c17e5e"
|
|
70
64
|
}
|
package/src/frcat-entrypoint.js
CHANGED
|
@@ -14,6 +14,7 @@ const main = async () => {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
for await (const file of files) {
|
|
17
|
+
// eslint-disable-next-line @jessie.js/no-nested-await
|
|
17
18
|
const { readCircBuf } = await makeMemoryMappedCircularBuffer({
|
|
18
19
|
circularBufferFilename: file,
|
|
19
20
|
circularBufferSize: 0,
|
|
@@ -49,18 +50,13 @@ const main = async () => {
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
// If the buffer is full, wait for stdout to drain.
|
|
53
|
+
// eslint-disable-next-line no-await-in-loop, @jessie.js/no-nested-await
|
|
52
54
|
await new Promise(resolve => process.stdout.once('drain', resolve));
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
};
|
|
56
58
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
err => {
|
|
63
|
-
console.error('Failed with', err);
|
|
64
|
-
process.exit(process.exitCode || 1);
|
|
65
|
-
},
|
|
66
|
-
);
|
|
59
|
+
main().catch(err => {
|
|
60
|
+
console.error(err);
|
|
61
|
+
process.exitCode = 1;
|
|
62
|
+
});
|
|
@@ -143,13 +143,4 @@ async function run() {
|
|
|
143
143
|
);
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
|
|
147
|
-
run().then(
|
|
148
|
-
() => {
|
|
149
|
-
process.exitCode = 0;
|
|
150
|
-
},
|
|
151
|
-
err => {
|
|
152
|
-
console.error('Failed with', err);
|
|
153
|
-
process.exit(process.exitCode || 1);
|
|
154
|
-
},
|
|
155
|
-
);
|
|
146
|
+
run().catch(err => console.log('err', err));
|
|
@@ -130,13 +130,7 @@ const main = async () => {
|
|
|
130
130
|
);
|
|
131
131
|
};
|
|
132
132
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
},
|
|
138
|
-
err => {
|
|
139
|
-
logger.error('Failed with', err);
|
|
140
|
-
process.exit(process.exitCode || 1);
|
|
141
|
-
},
|
|
142
|
-
);
|
|
133
|
+
main().catch(e => {
|
|
134
|
+
logger.error(e);
|
|
135
|
+
process.exitCode = 1;
|
|
136
|
+
});
|