@agoric/telemetry 0.6.3-u18.2 → 0.6.3-u18.4

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,27 @@
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-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.3...@agoric/telemetry@0.6.3-u18.4) (2024-12-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **telemetry:** add missing slog type ([1aec8d0](https://github.com/Agoric/agoric-sdk/commit/1aec8d05036f6b3c3e3730339d1829da6b4a9051))
12
+ * **telemetry:** Empty context persisted when remaining beans are negative after run finish ([#10635](https://github.com/Agoric/agoric-sdk/issues/10635)) ([ad4e83e](https://github.com/Agoric/agoric-sdk/commit/ad4e83e0b6dff9716da91fd65d367d3acad1772e))
13
+ * **telemetry:** event name typo ([9e19321](https://github.com/Agoric/agoric-sdk/commit/9e19321ea8fed32d445d44169b32f5d94a93d61e))
14
+ * **telemetry:** timer-poll run.id ([#10672](https://github.com/Agoric/agoric-sdk/issues/10672)) ([3b478fb](https://github.com/Agoric/agoric-sdk/commit/3b478fb9e3fe7ded8dec1e83bab68760571f9071)), closes [#10357](https://github.com/Agoric/agoric-sdk/issues/10357) [#10357](https://github.com/Agoric/agoric-sdk/issues/10357)
15
+
16
+
17
+
18
+ ### [0.6.3-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.2...@agoric/telemetry@0.6.3-u18.3) (2024-12-13)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **telemetry:** timer-poll run.id ([#10672](https://github.com/Agoric/agoric-sdk/issues/10672)) ([4185e77](https://github.com/Agoric/agoric-sdk/commit/4185e77aec0babcb00057ff35ea7d8ec3f631976)), closes [#10357](https://github.com/Agoric/agoric-sdk/issues/10357) [#10357](https://github.com/Agoric/agoric-sdk/issues/10357)
24
+
25
+
26
+
6
27
  ### [0.6.3-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.1...@agoric/telemetry@0.6.3-u18.2) (2024-12-09)
7
28
 
8
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/telemetry",
3
- "version": "0.6.3-u18.2",
3
+ "version": "0.6.3-u18.4",
4
4
  "description": "Agoric's telemetry implementation",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/Agoric/agoric-sdk",
@@ -8,7 +8,7 @@
8
8
  "scripts": {
9
9
  "build": "exit 0",
10
10
  "test": "ava",
11
- "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
11
+ "test:c8": "c8 --all $C8_OPTIONS ava",
12
12
  "test:xs": "exit 0",
13
13
  "lint-fix": "yarn lint:eslint --fix",
14
14
  "lint": "run-s --continue-on-error lint:*",
@@ -22,12 +22,12 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/internal": "^0.4.0-u18.0",
26
- "@agoric/store": "^0.9.3-u18.0",
27
- "@endo/errors": "^1.2.7",
28
- "@endo/init": "^1.1.6",
29
- "@endo/marshal": "^1.6.1",
30
- "@endo/stream": "^1.2.7",
25
+ "@agoric/internal": "^0.4.0-u18.1",
26
+ "@agoric/store": "^0.9.3-u18.1",
27
+ "@endo/errors": "^1.2.8",
28
+ "@endo/init": "^1.1.7",
29
+ "@endo/marshal": "^1.6.2",
30
+ "@endo/stream": "^1.2.8",
31
31
  "@opentelemetry/api": "~1.3.0",
32
32
  "@opentelemetry/api-logs": "0.53.0",
33
33
  "@opentelemetry/exporter-logs-otlp-http": "0.53.0",
@@ -43,10 +43,10 @@
43
43
  "tmp": "^0.2.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@endo/lockdown": "^1.0.12",
47
- "@endo/ses-ava": "^1.2.7",
46
+ "@endo/lockdown": "^1.0.13",
47
+ "@endo/ses-ava": "^1.2.8",
48
48
  "ava": "^5.3.0",
49
- "c8": "^9.1.0",
49
+ "c8": "^10.1.2",
50
50
  "tmp": "^0.2.1"
51
51
  },
52
52
  "publishConfig": {
@@ -66,7 +66,7 @@
66
66
  "workerThreads": false
67
67
  },
68
68
  "typeCoverage": {
69
- "atLeast": 87.03
69
+ "atLeast": 88.88
70
70
  },
71
- "gitHead": "793783b3b1ff6b47565a959cb7ba60a1835e2486"
71
+ "gitHead": "f8c45b8a2e29a51522a81a6692af25b2d7f6b50f"
72
72
  }
@@ -219,7 +219,7 @@ export const makeContextualSlogProcessor = (
219
219
 
220
220
  triggerContext = {
221
221
  'run.num': undefined,
222
- 'run.id': `${triggerType}-${finalBody.inboundNum}`,
222
+ 'run.id': `${triggerType}-${finalBody.blockHeight}`,
223
223
  'run.trigger.type': triggerType,
224
224
  'run.trigger.time': finalBody.blockTime,
225
225
  'run.trigger.blockHeight': finalBody.blockHeight,