You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump clickhouse-go: v1.5.4 -> v2.3.0
This change will have some breaking change but we will have good performance gain.
* ClickHouse Address will change from `tcp://localhost:9000` to `localhost:9000`
* In Jaeger, `duration` is of `Time.Duration` datatype which is Int64 but ClickHouse's `durationUs` column used to be UInt64 datatype.
Newer version of clickhouse client validates the datatype before writing the data. Hence we have to change the column `durationUs` to Int64 datatype.
Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
* Sanitize address if tcp:// scheme is present
Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
* Keep using UInt64 for durationUs
Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
* Cleanup
Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
* Feedbacks
Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
Co-authored-by: Pradeep Chhetri <pchhetri@cloudflare.com>
0 commit comments