@agoric/telemetry 0.6.3-dev-945fef1.0 → 0.6.3-dev-3b478fb.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/telemetry",
3
- "version": "0.6.3-dev-945fef1.0+945fef1",
3
+ "version": "0.6.3-dev-3b478fb.0+3b478fb",
4
4
  "description": "Agoric's telemetry implementation",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/Agoric/agoric-sdk",
@@ -22,8 +22,8 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/internal": "0.3.3-dev-945fef1.0+945fef1",
26
- "@agoric/store": "0.9.3-dev-945fef1.0+945fef1",
25
+ "@agoric/internal": "0.3.3-dev-3b478fb.0+3b478fb",
26
+ "@agoric/store": "0.9.3-dev-3b478fb.0+3b478fb",
27
27
  "@endo/errors": "^1.2.8",
28
28
  "@endo/init": "^1.1.7",
29
29
  "@endo/marshal": "^1.6.2",
@@ -68,5 +68,5 @@
68
68
  "typeCoverage": {
69
69
  "atLeast": 88.88
70
70
  },
71
- "gitHead": "945fef126631adbf6d14d861a2ceb2fa51f9da5c"
71
+ "gitHead": "3b478fb9e3fe7ded8dec1e83bab68760571f9071"
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,