clickhouse-java
clickhouse-java copied to clipboard
[client-v2] Add OS information to User Agent
Use case
Knowing the OS may be important for troubleshooting because OS defines architecture that affects binary data SerDe.
Field we need:
- OS Name (like Linux, Windows) - reported today
- Platform (x86, Arm64, 8080, RISC) - need to add
- Version - need to add ?