Sam Xie
Sam Xie
Closing this, as it has been superseded by #5244
> I tested it also with minikube docker, and found that I didn't get the proper containerID from V1, but the correct one from V2. I found a strange case...
I think this issue should be fixed, as the clickhouse recently implemented the `driver.ConnBeginTx`. https://github.com/ClickHouse/clickhouse-go/blob/8b2d0a80754beb334f1ffc9e8b50df4d433cdd40/clickhouse_std.go#L202 --- Feel free to re-open this issue if you have any questions.
Related https://github.com/XSAM/otelsql/pull/153
> All implementations will ensure any TracerProvider configuration changes are propagated to all provided Tracers. I am not sure what kind of dynamic config you need to fetch from the...
@jhchabran, I see the related PRs merged. I am closing this PR. Please feel free to reopen this if you need to.
A concrete example of reproducing the incorrect container id in the cgroup v2 file in k8s ## Environment OS: macOS 14.4.1 (ARM) Minikube: 1.32.0 Docker Desktop: 4.31.0 k8s: v1.28.3 ##...
> This can't be run against every PR. There isn't a way to securely run against a PR and not have it be open for exploration. Instead, this should be...
@MadVikingGod, is it OK if I assign this to myself? I want to push this issue.
To make the continuous benchmark work, we at least need to solve the following issues: - Have a stable environment to run the benchmark so we can do the comparison....