@openclaw/diagnostics-otel 2026.6.5-beta.1 → 2026.6.5-beta.2

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/dist/index.js CHANGED
@@ -934,7 +934,7 @@ function createDiagnosticsOtelService() {
934
934
  });
935
935
  const modelCallResponseBytesHistogram = meter.createHistogram("openclaw.model_call.response_bytes", {
936
936
  unit: "By",
937
- description: "UTF-8 byte size of streamed model response events excluding accumulated partial snapshots"
937
+ description: "UTF-8 byte size of bounded streamed model response payloads"
938
938
  });
939
939
  const modelCallTimeToFirstByteHistogram = meter.createHistogram("openclaw.model_call.time_to_first_byte_ms", {
940
940
  unit: "ms",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/diagnostics-otel",
3
- "version": "2026.6.5-beta.1",
3
+ "version": "2026.6.5-beta.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/diagnostics-otel",
9
- "version": "2026.6.5-beta.1",
9
+ "version": "2026.6.5-beta.2",
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.6.5-beta.1",
3
+ "version": "2026.6.5-beta.2",
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.6.5-beta.1"
34
+ "pluginApi": ">=2026.6.5-beta.2"
35
35
  },
36
36
  "build": {
37
- "openclawVersion": "2026.6.5-beta.1"
37
+ "openclawVersion": "2026.6.5-beta.2"
38
38
  },
39
39
  "release": {
40
40
  "publishToClawHub": true,
@@ -51,7 +51,7 @@
51
51
  "README.md"
52
52
  ],
53
53
  "peerDependencies": {
54
- "openclaw": ">=2026.6.5-beta.1"
54
+ "openclaw": ">=2026.6.5-beta.2"
55
55
  },
56
56
  "peerDependenciesMeta": {
57
57
  "openclaw": {