@mastra/otel-exporter 1.0.0-beta.0 → 1.0.0-beta.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 +8 -0
- package/package.json +10 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/otel-exporter
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`a64d16a`](https://github.com/mastra-ai/mastra/commit/a64d16aedafe57ee5707bdcc25f96e07fa1a0233), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
|
|
8
|
+
- @mastra/core@1.0.0-beta.3
|
|
9
|
+
- @mastra/observability@1.0.0-beta.1
|
|
10
|
+
|
|
3
11
|
## 1.0.0-beta.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/otel-exporter",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
4
|
"description": "OpenTelemetry observability exporter for Mastra - supports OTLP, Zipkin, and multiple cloud providers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@opentelemetry/sdk-trace-base": "^2.1.0",
|
|
31
31
|
"@opentelemetry/sdk-trace-node": "^2.1.0",
|
|
32
32
|
"@opentelemetry/semantic-conventions": "^1.37.0",
|
|
33
|
-
"@mastra/observability": "1.0.0-beta.
|
|
33
|
+
"@mastra/observability": "1.0.0-beta.1"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@grpc/grpc-js": "^1.14.
|
|
36
|
+
"@grpc/grpc-js": "^1.14.1",
|
|
37
37
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.205.0",
|
|
38
38
|
"@opentelemetry/exporter-trace-otlp-http": "^0.205.0",
|
|
39
39
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.205.0",
|
|
@@ -41,20 +41,22 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.52.8",
|
|
44
|
-
"@types/node": "
|
|
44
|
+
"@types/node": "22.13.17",
|
|
45
|
+
"@vitest/coverage-v8": "4.0.8",
|
|
46
|
+
"@vitest/ui": "4.0.8",
|
|
45
47
|
"eslint": "^9.37.0",
|
|
46
48
|
"tsup": "^8.5.0",
|
|
47
49
|
"typescript": "^5.8.3",
|
|
48
|
-
"vitest": "^
|
|
50
|
+
"vitest": "^4.0.8",
|
|
49
51
|
"@internal/lint": "0.0.53",
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
+
"@mastra/core": "1.0.0-beta.3",
|
|
53
|
+
"@internal/types-builder": "0.0.28"
|
|
52
54
|
},
|
|
53
55
|
"peerDependencies": {
|
|
54
56
|
"@grpc/grpc-js": "^1.13.4",
|
|
55
57
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0",
|
|
56
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.205.0",
|
|
57
58
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.205.0",
|
|
59
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.205.0",
|
|
58
60
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.205.0",
|
|
59
61
|
"@opentelemetry/exporter-zipkin": "^2.1.0"
|
|
60
62
|
},
|