OneUptime / oneuptime

OneUptime is the complete open-source observability platform.
https://oneuptime.com
Apache License 2.0
4.75k stars 219 forks source link

Support for replicated clickhouse #1660

Open hart1dechu opened 3 weeks ago

hart1dechu commented 3 weeks ago

Is your feature request related to a problem? Please describe. I searched on your api, and found out that all your clickhouse table are generated with MergeTree Engine

Describe the solution you'd like In order to use Clickhouse replication, it needs ReplicatedMergeTree on a cluster. So you would just need to replace the engine and add ON CLUSTER if a cluster name is given

Describe alternatives you've considered Add a way to configure other type of Engine (especailly ReplicatedMergeTree since it is just the replicated version of what you are already doing)

hart1dechu commented 1 week ago

Up