This is the last bit of the conversion from the JSON-over-HTTP to the native TCP protocol. We need to remove the HTTP address entirely from:
oximeter_db::Client constructors
oxdb CLI with HTTP / native port options
omdb CLI with HTTP / native port options
clickhouse-schema-updater with HTTP / native port options
Ideally we'd also remove this from the various zone enum types for configuring the ClickHouse zone; the Nexus test configuration; and the ClickHouse server zone SMF manifests entirely. This last one is a big chunk that might be better as a separate PR, not sure yet.
Also note to self: Update meta docs and runbooks to remove the HTTP address options to the clickhouse-schema-updater
This is the last bit of the conversion from the JSON-over-HTTP to the native TCP protocol. We need to remove the HTTP address entirely from:
oximeter_db::Client
constructorsoxdb
CLI with HTTP / native port optionsomdb
CLI with HTTP / native port optionsclickhouse-schema-updater
with HTTP / native port optionsAlso note to self: Update meta docs and runbooks to remove the HTTP address options to the
clickhouse-schema-updater