@openclaw/diagnostics-otel 2026.5.28-beta.3 → 2026.5.28-beta.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/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # @openclaw/diagnostics-otel
2
+
3
+ Official OpenTelemetry diagnostics exporter for OpenClaw.
4
+
5
+ This plugin exports OpenClaw Gateway traces, metrics, and logs to an OTLP collector for observability stacks such as Grafana, Datadog, Honeycomb, New Relic, Tempo, and compatible collectors.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ openclaw plugins install @openclaw/diagnostics-otel
11
+ ```
12
+
13
+ Restart the Gateway after installing or updating the plugin.
14
+
15
+ ## Configure
16
+
17
+ Enable the plugin and set the OTLP endpoint in `plugins.entries.diagnostics-otel.config`.
18
+
19
+ The full config surface, metric names, span names, and collector examples live in the docs:
20
+
21
+ - https://docs.openclaw.ai/gateway/opentelemetry
22
+
23
+ ## Package
24
+
25
+ - Plugin id: `diagnostics-otel`
26
+ - Package: `@openclaw/diagnostics-otel`
27
+ - Minimum OpenClaw host: `2026.4.25`
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/diagnostics-otel",
3
- "version": "2026.5.28-beta.3",
3
+ "version": "2026.5.28-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/diagnostics-otel",
9
- "version": "2026.5.28-beta.3",
9
+ "version": "2026.5.28-beta.4",
10
10
  "dependencies": {
11
11
  "@opentelemetry/api": "1.9.1",
12
12
  "@opentelemetry/api-logs": "0.218.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/diagnostics-otel",
3
- "version": "2026.5.28-beta.3",
3
+ "version": "2026.5.28-beta.4",
4
4
  "description": "OpenClaw diagnostics OpenTelemetry exporter for metrics and traces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,10 +31,10 @@
31
31
  "minHostVersion": ">=2026.4.25"
32
32
  },
33
33
  "compat": {
34
- "pluginApi": ">=2026.5.28-beta.3"
34
+ "pluginApi": ">=2026.5.28-beta.4"
35
35
  },
36
36
  "build": {
37
- "openclawVersion": "2026.5.28-beta.3"
37
+ "openclawVersion": "2026.5.28-beta.4"
38
38
  },
39
39
  "release": {
40
40
  "publishToClawHub": true,
@@ -47,10 +47,11 @@
47
47
  "files": [
48
48
  "dist/**",
49
49
  "openclaw.plugin.json",
50
- "npm-shrinkwrap.json"
50
+ "npm-shrinkwrap.json",
51
+ "README.md"
51
52
  ],
52
53
  "peerDependencies": {
53
- "openclaw": ">=2026.5.28-beta.3"
54
+ "openclaw": ">=2026.5.28-beta.4"
54
55
  },
55
56
  "peerDependenciesMeta": {
56
57
  "openclaw": {