@kopai/app 0.2.0 → 0.3.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/README.md +0 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -73,7 +73,6 @@ Your application needs an [OpenTelemetry SDK](https://opentelemetry.io/docs/lang
|
|
|
73
73
|
Configure it to export OTLP/HTTP data to `http://localhost:4318`:
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
|
-
export OTEL_EXPORTER_OTLP_PROTOCOL=http/json
|
|
77
76
|
export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
|
|
78
77
|
```
|
|
79
78
|
|
|
@@ -90,7 +89,6 @@ npx @kopai/app start
|
|
|
90
89
|
### 2. Run your instrumented app
|
|
91
90
|
|
|
92
91
|
```bash
|
|
93
|
-
export OTEL_EXPORTER_OTLP_PROTOCOL=http/json
|
|
94
92
|
export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
|
|
95
93
|
export OTEL_SERVICE_NAME=my-app
|
|
96
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopai/app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Local OpenTelemetry backend for testing instrumentation - no Docker, no config, just npx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"opentelemetry",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"fastify": "^5.7.2",
|
|
54
54
|
"fastify-type-provider-zod": "^6.1.0",
|
|
55
55
|
"zod": "^4.3.6",
|
|
56
|
-
"@kopai/api": "0.2.
|
|
57
|
-
"@kopai/collector": "0.
|
|
58
|
-
"@kopai/core": "0.
|
|
59
|
-
"@kopai/sqlite-datasource": "0.
|
|
56
|
+
"@kopai/api": "0.2.2",
|
|
57
|
+
"@kopai/collector": "0.3.0",
|
|
58
|
+
"@kopai/core": "0.4.0",
|
|
59
|
+
"@kopai/sqlite-datasource": "0.4.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"nodemon": "^3.1.11",
|