Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

mznet
Copy link
Contributor

@mznet mznet commented Aug 22, 2025

  • Since many variables in Client class are private, it wasn’t possible to extract the exact insert query from the insert method to db.statement, so I did not implement input method tracing.

  • Since ClickHouse Java Client 0.8, the V2 interface seems to have stabilized, so I assumed support beginning with 0.8.

  • For the V1, tracing can still be achieved through the existing ClickHouse instrumentation.

resolve #14364

@mznet mznet requested a review from a team as a code owner August 22, 2025 11:50
@mznet mznet requested a review from jaydeluca August 25, 2025 00:18
@mznet mznet requested a review from laurit August 26, 2025 13:27
@jaydeluca jaydeluca self-requested a review August 27, 2025 18:17
@laurit laurit added this to the v2.20.0 milestone Sep 5, 2025
val testStableSemconv by registering(Test::class) {
jvmArgs("-Dotel.semconv-stability.opt-in=database")

systemProperty("metaDataConfig", "otel.semconv-stability.opt-in=database")
Copy link
Member

@jaydeluca jaydeluca Sep 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this casing changed recently

Suggested change
systemProperty("metaDataConfig", "otel.semconv-stability.opt-in=database")
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")

@laurit laurit merged commit 3372ba6 into open-telemetry:main Sep 11, 2025
88 of 89 checks passed
Copy link
Contributor

otelbot bot commented Sep 11, 2025

Thank you for your contribution @mznet! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClickHouse Java Client v2 is not instrumented
3 participants