mirror of
https://github.com/zoriya/drizzle-otel.git
synced 2025-12-06 00:46:09 +00:00
Version Packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@kubiks/otel-clickhouse": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
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.
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# @kubiks/otel-clickhouse
|
# @kubiks/otel-clickhouse
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#30](https://github.com/kubiks-inc/otel/pull/30) [`4948896`](https://github.com/kubiks-inc/otel/commit/4948896fb6dccbf0dc716db0353262626aff3156) Thanks [@alex-holovach](https://github.com/alex-holovach)! - 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.
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kubiks/otel-clickhouse",
|
"name": "@kubiks/otel-clickhouse",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
Reference in New Issue
Block a user