Is your feature request related to a problem? Please describe.
Today instrumentation code caches address of an endpoint
|
// https://clickhouse.com/docs/integrations/language-clients/java/client#client-configuration |
Recently this part was changed and multiple endpoints are possible. They are used in case of failure.
Please see this PR ClickHouse/clickhouse-java#2880
Describe the solution you'd like
- Context should have actual endpoint
- Failure is reported as some metric or just number of retries.
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Is your feature request related to a problem? Please describe.
Today instrumentation code caches address of an endpoint
opentelemetry-java-instrumentation/instrumentation/clickhouse/clickhouse-client-v2-0.8/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/clickhouse/clientv2/v0_8/ClickHouseClientV2Instrumentation.java
Line 57 in 324d0f7
Recently this part was changed and multiple endpoints are possible. They are used in case of failure.
Please see this PR ClickHouse/clickhouse-java#2880
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.