Vincent Bernat
|
ced8b89a99
|
Revert "common/clickhousedb: set allow_suspicious_low_cardinality_types to 1"
This reverts commit 6244b2e136. ClickHouse
23.3 does not work correctly with IPv6 and Kafka.
|
2023-05-16 08:33:05 +02:00 |
|
Vincent Bernat
|
6244b2e136
|
common/clickhousedb: set allow_suspicious_low_cardinality_types to 1
This enables use of `LowCardinality(IPv6)` since exporter IP addresses
are really of low cardinality.
|
2023-05-03 16:20:19 +02:00 |
|
Vincent Bernat
|
7acb8231ed
|
common/clickhousedb: update clickhouse-go and advertise client info
|
2023-02-06 23:15:24 +01:00 |
|
Vincent Bernat
|
8be1bca4fd
|
license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
| xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
| xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
|
2022-06-29 11:42:28 +02:00 |
|
Vincent Bernat
|
1f8257208f
|
common/clickhousedb: don't require Clickhouse client to work on start
It makes the orchestrator not work when Clickhouse is down and we need
it to setup Clickhouse...
|
2022-04-24 11:18:55 +02:00 |
|
Vincent Bernat
|
3a2da746cb
|
global: use proper pattern to check if a channel is closed
|
2022-04-22 19:02:55 +02:00 |
|
Vincent Bernat
|
62eb867d8e
|
common/clickhousedb: don't leak Clickhouse connections during healthcheck
|
2022-04-22 11:29:10 +02:00 |
|
Vincent Bernat
|
a35181d82a
|
common/clickhousedb: more helpful message when unable to start
|
2022-04-18 16:09:57 +02:00 |
|
Vincent Bernat
|
b44836aa97
|
common/clickhousedb: turn into a complete component
This enables us to mock it.
|
2022-04-12 23:33:22 +02:00 |
|