@agoric/telemetry 0.6.3-ymax-v0.2-alpha-dev-8e37faa.0 → 0.7.0-u22.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 +35 -30
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,25 +3,55 @@
|
|
|
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
|
-
|
|
6
|
+
## [0.7.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.7.0-u22.0...@agoric/telemetry@0.7.0-u22.1) (2025-09-09)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @agoric/telemetry
|
|
9
9
|
|
|
10
|
+
## [0.7.0-u22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.2...@agoric/telemetry@0.7.0-u22.0) (2025-09-08)
|
|
10
11
|
|
|
12
|
+
### Features
|
|
11
13
|
|
|
14
|
+
* Add the Prometheus slog sender module and load it per OTEL_EXPORTER_PROMETHEUS_PORT ([1dc1827](https://github.com/Agoric/agoric-sdk/commit/1dc182783ce191f0ba2131cb1f7b3042f287737a)), closes [#11045](https://github.com/Agoric/agoric-sdk/issues/11045)
|
|
15
|
+
* **cosmic-swingset:** add JS upgrade plan handler stub ([655133e](https://github.com/Agoric/agoric-sdk/commit/655133ed909b5d632dc033e992214a7b6a1b5ab1))
|
|
16
|
+
* **internal:** Add helper `unprefixedProperties` for environment variable consumption ([878fecf](https://github.com/Agoric/agoric-sdk/commit/878fecf4f5153fa80f48a27a8b79e67943b2d199))
|
|
17
|
+
* simple CircularBuffer with fs offsets ([8d9cb7a](https://github.com/Agoric/agoric-sdk/commit/8d9cb7abe96e8905f5aaa0927e02914ef09279c4))
|
|
18
|
+
* **telemetry:** context aware slog support new triggers ([03965d9](https://github.com/Agoric/agoric-sdk/commit/03965d90b86cf75ce7f6677861e3a0aa8ac70710))
|
|
19
|
+
* **telemetry:** ingest-slog explicitly supports `-` for stdin ([63367c4](https://github.com/Agoric/agoric-sdk/commit/63367c4aaf9bafbd6553a1f4cb808c96bc90845a))
|
|
20
|
+
* **telemetry:** ingest-slog throttle and flush per block ([2134944](https://github.com/Agoric/agoric-sdk/commit/21349448b3b9379a9da43218a59a7e7eaf4f5a9e))
|
|
21
|
+
* **telemetry:** Update slog sender JSON serialization of error instances ([5db996d](https://github.com/Agoric/agoric-sdk/commit/5db996d99830e61fad6eed373e2fb2dc810d662e))
|
|
22
|
+
* use writeSync slogSender ([47a2add](https://github.com/Agoric/agoric-sdk/commit/47a2adda72a5377eda181a425130cdc5a7fd7ff5))
|
|
12
23
|
|
|
24
|
+
### Bug Fixes
|
|
13
25
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
**
|
|
26
|
+
* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5))
|
|
27
|
+
* Properly synchronize slog sender termination ([f83c01d](https://github.com/Agoric/agoric-sdk/commit/f83c01d89d80798e0922acdb498fcc7250560977))
|
|
28
|
+
* **telemetry:** add missing slog type ([1aec8d0](https://github.com/Agoric/agoric-sdk/commit/1aec8d05036f6b3c3e3730339d1829da6b4a9051))
|
|
29
|
+
* **telemetry:** async flight recorder read ([b7a19dd](https://github.com/Agoric/agoric-sdk/commit/b7a19dd9c106d9b31e6f9188f5d4df0bbb5132bf))
|
|
30
|
+
* **telemetry:** avoid polluting stdout in ingest-slog ([d4b8dfa](https://github.com/Agoric/agoric-sdk/commit/d4b8dfa91155789f7ceda5cc3cef06019b9527e7))
|
|
31
|
+
* **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))
|
|
32
|
+
* **telemetry:** event name typo ([9e19321](https://github.com/Agoric/agoric-sdk/commit/9e19321ea8fed32d445d44169b32f5d94a93d61e))
|
|
33
|
+
* **telemetry:** Extend shutdown logic for slog-sender-pipe and otel-metrics ([7b8ccc8](https://github.com/Agoric/agoric-sdk/commit/7b8ccc82e641e5d11ccc6b8aebe524f75af829fe)), closes [#11175](https://github.com/Agoric/agoric-sdk/issues/11175)
|
|
34
|
+
* **telemetry:** flight recorder flush does sync ([d270202](https://github.com/Agoric/agoric-sdk/commit/d2702028d77c06f3b4de91ca711a3c45c685a477))
|
|
35
|
+
* **telemetry:** flight-recorder check second read size ([bfbacb2](https://github.com/Agoric/agoric-sdk/commit/bfbacb2b9f8de36f8f66b8cba8a88603fb7225e2))
|
|
36
|
+
* **telemetry:** flight-recorder ignores write after shutdown ([3d2bcb3](https://github.com/Agoric/agoric-sdk/commit/3d2bcb3c56ac24a0f991200b223e6af8514dc5b8))
|
|
37
|
+
* **telemetry:** handle new trigger slog events ([d32cb7e](https://github.com/Agoric/agoric-sdk/commit/d32cb7e9f406c25399321dc32e827b5018c38b69))
|
|
38
|
+
* **telemetry:** ingest-slog avoid writing progress file for stdin ([62589ca](https://github.com/Agoric/agoric-sdk/commit/62589ca7b6d4aaa9eb7042f95ec7aec633db27f9))
|
|
39
|
+
* **telemetry:** initialize empty flight-recorders ([0908258](https://github.com/Agoric/agoric-sdk/commit/0908258c159a18f2bace0f76fa25c485c0460d15))
|
|
40
|
+
* **telemetry:** Launch a slog sender subprocess with the correct environment ([1a60955](https://github.com/Agoric/agoric-sdk/commit/1a60955181f4e8b02b3b0d5a2f213d4cb051d7d3))
|
|
41
|
+
* **telemetry:** otel correctly pop upgrade span ([0ffdf00](https://github.com/Agoric/agoric-sdk/commit/0ffdf001bc8cbdc94081fedfeb4d2376902f4ffc)), closes [#8272](https://github.com/Agoric/agoric-sdk/issues/8272) [#9569](https://github.com/Agoric/agoric-sdk/issues/9569)
|
|
42
|
+
* **telemetry:** silence slogfile write errors ([91089d7](https://github.com/Agoric/agoric-sdk/commit/91089d7273ef3d41555b34d84471120d45602497))
|
|
43
|
+
* **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)
|
|
17
44
|
|
|
45
|
+
### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.1...@agoric/telemetry@0.6.2) (2023-06-02)
|
|
18
46
|
|
|
47
|
+
**Note:** Version bump only for package @agoric/telemetry
|
|
19
48
|
|
|
49
|
+
### [0.6.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.0...@agoric/telemetry@0.6.1) (2023-05-24)
|
|
20
50
|
|
|
51
|
+
**Note:** Version bump only for package @agoric/telemetry
|
|
21
52
|
|
|
22
53
|
## [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.4.0...@agoric/telemetry@0.6.0) (2023-05-19)
|
|
23
54
|
|
|
24
|
-
|
|
25
55
|
### Features
|
|
26
56
|
|
|
27
57
|
* **cosmic-swingset:** basic snapshot wiring ([b1072d8](https://github.com/Agoric/agoric-sdk/commit/b1072d8b1ddabbb5f2835eb503c945fed3b6b080))
|
|
@@ -31,7 +61,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
61
|
* **telemetry:** fail otel slog sender in more cases ([4549903](https://github.com/Agoric/agoric-sdk/commit/45499031cbb2417d58a50087b857600a96f87fe8))
|
|
32
62
|
* **telemetry:** SLOGSENDER_FAIL_ON_ERROR ([db79fca](https://github.com/Agoric/agoric-sdk/commit/db79fcad8bc784d300acfd994ceab9a2b9c2a567))
|
|
33
63
|
|
|
34
|
-
|
|
35
64
|
### Bug Fixes
|
|
36
65
|
|
|
37
66
|
* **telemetry:** do not propagate errors through queue ([601d63b](https://github.com/Agoric/agoric-sdk/commit/601d63b53722bac479ad570e2f7dfc1016dae9c7))
|
|
@@ -45,33 +74,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
45
74
|
* **telemetry:** upgrade otel deps ([dc48759](https://github.com/Agoric/agoric-sdk/commit/dc4875992937f9648381efae70818fa767d4b901))
|
|
46
75
|
* replace unsafe then with E.when ([#6684](https://github.com/Agoric/agoric-sdk/issues/6684)) ([d7a749e](https://github.com/Agoric/agoric-sdk/commit/d7a749eec4ddec9ba39bbc65434f03ec113cae7c))
|
|
47
76
|
|
|
48
|
-
|
|
49
|
-
|
|
50
77
|
## [0.5.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.4.0...@agoric/telemetry@0.5.0) (2023-02-17)
|
|
51
78
|
|
|
52
|
-
|
|
53
79
|
### Features
|
|
54
80
|
|
|
55
81
|
* **telemetry:** do not carry span stack corruption across blocks ([e150320](https://github.com/Agoric/agoric-sdk/commit/e150320d88ade61b0a7fa0a0c4992988885ad34d))
|
|
56
82
|
|
|
57
|
-
|
|
58
83
|
### Bug Fixes
|
|
59
84
|
|
|
60
85
|
* **telemetry:** fix various edge cases ([2c65492](https://github.com/Agoric/agoric-sdk/commit/2c6549289d1c484aff861c061a7730c4b1f284e7))
|
|
61
86
|
* **telemetry:** handle paging `create-vat` ([c9bef2f](https://github.com/Agoric/agoric-sdk/commit/c9bef2f994ddaabf88dac6249f3adbc21fa6b4a0))
|
|
62
87
|
* **telemetry:** upgrade otel deps ([2c9b017](https://github.com/Agoric/agoric-sdk/commit/2c9b017d301048e5782b3b8cf684392e00419221))
|
|
63
88
|
|
|
64
|
-
|
|
65
|
-
|
|
66
89
|
## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.3.0...@agoric/telemetry@0.4.0) (2022-10-05)
|
|
67
90
|
|
|
68
|
-
|
|
69
91
|
### Features
|
|
70
92
|
|
|
71
93
|
* **telemetry:** Support slog sender in subprocess ([9fa268f](https://github.com/Agoric/agoric-sdk/commit/9fa268fc9b59d9fb26d829300d7a9d5a768e47bc))
|
|
72
94
|
* **telemetry:** Support SLOGSENDER_AGENT_ env prefix ([e504005](https://github.com/Agoric/agoric-sdk/commit/e50400527a03d32fdf34a30fd29229f98e9baf5c))
|
|
73
95
|
|
|
74
|
-
|
|
75
96
|
### Bug Fixes
|
|
76
97
|
|
|
77
98
|
* cleanup, update, and refactor slog-to-otel converter ([225f1dd](https://github.com/Agoric/agoric-sdk/commit/225f1dda46ec99dbc47ba39b3a99e278a4c1adbb)), closes [#4585](https://github.com/Agoric/agoric-sdk/issues/4585)
|
|
@@ -79,11 +100,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
79
100
|
* **telemetry:** further prevent duplication of slog senders ([c7a3fc4](https://github.com/Agoric/agoric-sdk/commit/c7a3fc46526b3ecf05b0f3b2b86983b788467423))
|
|
80
101
|
* **telemetry:** slog sender errors should never propagate ([593aaae](https://github.com/Agoric/agoric-sdk/commit/593aaae57489bb8bfd1217dc995d7d6e4d395ab4))
|
|
81
102
|
|
|
82
|
-
|
|
83
|
-
|
|
84
103
|
## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.2.1...@agoric/telemetry@0.3.0) (2022-09-20)
|
|
85
104
|
|
|
86
|
-
|
|
87
105
|
### Features
|
|
88
106
|
|
|
89
107
|
* **cosmic-swingset:** add commit-block slog events ([8335928](https://github.com/Agoric/agoric-sdk/commit/8335928e933b96dc7db78a0895a7582b93ef4f73))
|
|
@@ -91,7 +109,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
91
109
|
* **telemetry:** `otel-and-flight-recorder.js` for the best of both ([a191b34](https://github.com/Agoric/agoric-sdk/commit/a191b34bd6a4b14f7280b0886fcfd44b5a42b6b5))
|
|
92
110
|
* **telemetry:** flatten nested attributes ([2fc39ca](https://github.com/Agoric/agoric-sdk/commit/2fc39cab8ce3a080c96304af2d772943a653e420))
|
|
93
111
|
|
|
94
|
-
|
|
95
112
|
### Bug Fixes
|
|
96
113
|
|
|
97
114
|
* **telemetry:** handle missing slog events ([8e353da](https://github.com/Agoric/agoric-sdk/commit/8e353daf4eceac2eb90fddb6f651bc77f24d299c))
|
|
@@ -106,20 +123,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
106
123
|
* **telemetry:** ingest script should not skip lines on time backtrack ([785a5c0](https://github.com/Agoric/agoric-sdk/commit/785a5c0974ad8ed62501ad6e02245dd77d7c7815))
|
|
107
124
|
* **telemetry:** Use transactions for tmp telemetry DB ([dea1a2a](https://github.com/Agoric/agoric-sdk/commit/dea1a2ac31586cf16216e57162ad2951f07dc178))
|
|
108
125
|
|
|
109
|
-
|
|
110
|
-
|
|
111
126
|
### [0.2.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.2.0...@agoric/telemetry@0.2.1) (2022-05-28)
|
|
112
127
|
|
|
113
|
-
|
|
114
128
|
### Bug Fixes
|
|
115
129
|
|
|
116
130
|
* **slog-to-otel:** ignore `vatstoreGetAfter` syscall ([7baed8e](https://github.com/Agoric/agoric-sdk/commit/7baed8ea1c7513d57bd33edb8c4b6a80dd5182ed))
|
|
117
131
|
|
|
118
|
-
|
|
119
|
-
|
|
120
132
|
## [0.2.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.1.1...@agoric/telemetry@0.2.0) (2022-04-18)
|
|
121
133
|
|
|
122
|
-
|
|
123
134
|
### ⚠ BREAKING CHANGES
|
|
124
135
|
|
|
125
136
|
* consistent Node engine requirement (>=14.15.0)
|
|
@@ -129,7 +140,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
129
140
|
* **telemetry:** `echo 2022-02-18T12:00:00Z | ./ingest.sh f.slog` ([bede363](https://github.com/Agoric/agoric-sdk/commit/bede363018656bad32b6764a5216acaaf2ca19bc))
|
|
130
141
|
* **telemetry:** upgrade to latest `[@opentelemetry](https://github.com/opentelemetry)` ([de82224](https://github.com/Agoric/agoric-sdk/commit/de82224eb08a40e139f20e74d6f1038e50fbfa40))
|
|
131
142
|
|
|
132
|
-
|
|
133
143
|
### Bug Fixes
|
|
134
144
|
|
|
135
145
|
* **telemetry:** clean up scripts and leave pointers ([1830c55](https://github.com/Agoric/agoric-sdk/commit/1830c55edeb814b79f25f9fbacdbebbac7c2a26f))
|
|
@@ -137,16 +147,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
137
147
|
* **telemetry:** ingest rate limiting ([fd164c8](https://github.com/Agoric/agoric-sdk/commit/fd164c82d56f416309071b85c60da1af34af7821))
|
|
138
148
|
* **telemetry:** rework Prometheus metrics ([38a1922](https://github.com/Agoric/agoric-sdk/commit/38a1922ce2c21e4f31b4a1bedd634bbe627990f9))
|
|
139
149
|
|
|
140
|
-
|
|
141
150
|
### Miscellaneous Chores
|
|
142
151
|
|
|
143
152
|
* consistent Node engine requirement (>=14.15.0) ([ddc40fa](https://github.com/Agoric/agoric-sdk/commit/ddc40fa525f845ed900512c38b99f01458a3d131))
|
|
144
153
|
|
|
145
|
-
|
|
146
|
-
|
|
147
154
|
### 0.1.1 (2022-02-21)
|
|
148
155
|
|
|
149
|
-
|
|
150
156
|
### Features
|
|
151
157
|
|
|
152
158
|
* **telemetry:** `frcat` script to extract `flight-recorder.bin` ([7ee4091](https://github.com/Agoric/agoric-sdk/commit/7ee409102269ab41a1f3f5d5a0bdd29b6eb12a36))
|
|
@@ -154,7 +160,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
154
160
|
* **telemetry:** introduce for opentelemetry.io integration ([4e382dc](https://github.com/Agoric/agoric-sdk/commit/4e382dcede81717a4c9941266b0377ad531b8b38))
|
|
155
161
|
* **telemetry:** use `makeSlogSenderFromModule` ([2892da9](https://github.com/Agoric/agoric-sdk/commit/2892da96eff902c5f616424d6fb9946aaaef1b0f))
|
|
156
162
|
|
|
157
|
-
|
|
158
163
|
### Bug Fixes
|
|
159
164
|
|
|
160
165
|
* Remove extraneous eslint globals ([17087e4](https://github.com/Agoric/agoric-sdk/commit/17087e4605db7d3b30dfccf2434b2850b45e3408))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/telemetry",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0-u22.1",
|
|
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 --all $C8_OPTIONS ava",
|
|
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": "yarn run -T run-s --continue-on-error 'lint:*'",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/internal": "
|
|
26
|
-
"@agoric/store": "
|
|
27
|
-
"@endo/errors": "^1.2.
|
|
28
|
-
"@endo/init": "^1.1.
|
|
29
|
-
"@endo/marshal": "^1.
|
|
30
|
-
"@endo/promise-kit": "^1.1.
|
|
31
|
-
"@endo/stream": "^1.2.
|
|
25
|
+
"@agoric/internal": "0.4.0-u22.1",
|
|
26
|
+
"@agoric/store": "0.10.0-u22.1",
|
|
27
|
+
"@endo/errors": "^1.2.13",
|
|
28
|
+
"@endo/init": "^1.1.12",
|
|
29
|
+
"@endo/marshal": "^1.8.0",
|
|
30
|
+
"@endo/promise-kit": "^1.1.13",
|
|
31
|
+
"@endo/stream": "^1.2.13",
|
|
32
32
|
"@opentelemetry/api": "~1.9.0",
|
|
33
33
|
"@opentelemetry/api-logs": "0.57.1",
|
|
34
34
|
"@opentelemetry/exporter-logs-otlp-http": "0.57.1",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"tmp": "^0.2.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@endo/lockdown": "^1.0.
|
|
48
|
-
"@endo/ses-ava": "^1.2
|
|
47
|
+
"@endo/lockdown": "^1.0.18",
|
|
48
|
+
"@endo/ses-ava": "^1.3.2",
|
|
49
49
|
"ava": "^5.3.0",
|
|
50
50
|
"c8": "^10.1.3",
|
|
51
51
|
"tmp": "^0.2.1"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"typeCoverage": {
|
|
70
70
|
"atLeast": 89.28
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "83a42d0f343b01448a918631dce159b5bdb69b7e"
|
|
73
73
|
}
|