openclaw-apm-tracing 0.5.0-beta.2 → 0.5.0-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 CHANGED
@@ -86,8 +86,18 @@ openclaw plugins inspect openclaw-apm-tracing --runtime
86
86
 
87
87
  ```
88
88
  [openclaw-apm-tracing] Plugin registered (service mode)
89
- [openclaw-apm-tracing] Attaching to global TracerProvider
90
- [openclaw-apm-tracing] Registered 19 hook handlers. Active tracer: yes
89
+ [openclaw-apm-tracing] Typed hooks registered during plugin register(): count=19
90
+ [openclaw-apm-tracing] Attaching to global TracerProvider (api=/path/to/shared/@opentelemetry/api)
91
+ [openclaw-apm-tracing] TracerProvider probe OK: traceId=<32-hex> spanId=<16-hex>
92
+ [openclaw-apm-tracing] Service started (hooksRegistered=19, activeStates=0, tracerLive=true)
93
+ ```
94
+
95
+ 收到消息后应出现(示例):
96
+
97
+ ```
98
+ [openclaw-apm-tracing] [message_received] key=xxx:...
99
+ [openclaw-apm-tracing] [before_agent_start] ...
100
+ [openclaw-apm-tracing] [llm_input] ...
91
101
  ```
92
102
 
93
103
  ## 开发
@@ -112,6 +122,8 @@ openclaw plugins install openclaw-apm-tracing@beta
112
122
 
113
123
  ## 版本
114
124
 
125
+ - **v0.5.0-beta.4** — 修复 `@opentelemetry/api` 多实例导致 traceId 全 0 / 链路不导出;启动时 TracerProvider probe + 解析路径日志
126
+ - **v0.5.0-beta.3** — 将 typed hook 注册从 `service.start()` 移到 `register()`,修复运行时 hook 不触发;增加注册计数日志
115
127
  - **v0.5.0-beta.2** — 去掉 scope,npm 包名 `openclaw-apm-tracing`
116
128
  - **v0.5.0-beta.1** — scoped 包 `@klauslin/openclaw-apm-tracing` / 插件 ID `openclaw-apm-tracing`
117
129
  - **v0.5.0-beta.0** — 初版 beta(旧名 `@klauslin/openclaw-tencent-plugin`)