instrument all commands

This commit is contained in:
Alex Holovach
2025-11-04 01:41:44 -06:00
parent 4948896fb6
commit d1dc4099a5
3 changed files with 507 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
"@kubiks/otel-clickhouse": patch
"@kubiks/otel-clickhouse": minor
---
Update @clickhouse/client peer dependency to require >=0.2.7 to ensure X-ClickHouse-Summary parsing support
Add instrumentation for insert(), exec(), and command() methods. Previously only query() was instrumented, which meant insert operations were not traced despite the README claiming they were. Also update @clickhouse/client peer dependency to require >=0.2.7 to ensure X-ClickHouse-Summary parsing support.