clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[client-v2] Add OS information to User Agent

Open chernser opened this issue 6 months ago • 0 comments

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 ?

chernser avatar Jun 16 '25 17:06 chernser