-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support tracing the ClickHouse Java HTTP client #11562
Copy link
Copy link
Closed
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triagenew instrumentation
Metadata
Metadata
Assignees
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triagenew instrumentation
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
ClickHouse Java HTTP client (https://github.com/ClickHouse/clickhouse-java) queries currently show up only as HTTP traces.
Describe the solution you'd like
It would be nice if queries by the ClickHouse Java HTTP client were instrumented like database requests (in addition to the underlying HTTP requests), e.g. with a
db.query.text, cf. https://opentelemetry.io/docs/specs/semconv/database/database-spans/.Describe alternatives you've considered
Additional context
No response