-
> A clear and concise description of what works not as it is supposed to.
Distributed table stops sending inserts to remote nodes after renaming without any errors in logs.
Commands "system ... d…
-
mssql_standard.collector.yml
```
collector_name: clickhouse
metrics:
- metric_name: device_skip_count
type: counter
help: 'The number of device skips that were incurred by the SQL…
-
### Backend
CH (ClickHouse)
### Bug description
test table schema (id bigint, d1 array, d2 array)
test sql
```
select dc from (
select id, d2
from test_tbl1 lateral view explode(d1) as conte…
-
## Bug description
I do not understand, all k8s object deleted after a while, after I run commond helm upgrade --namespace platform signoz signoz/signoz -f override-values.yaml
What is the reas…
-
Qryn threw the following error
Code: 241. DB::Exception: Memory limit (total) exceeded: would use 7.21 GiB (attempt to allocate chunk of 4476253 bytes), maximum: 7.20 GiB. OvercommitTracker decision:…
-
Здравствуйте.
**Создал базу с таблицей**
```
CREATE TABLE metrics.nginx
(
`RemoteAddr` String,
`RemoteUser` String,
`TimeLocal` DateTime,
`Date` Date DEFAULT toDate(TimeLocal…
-
I posted an [issue](https://github.com/lomik/carbon-clickhouse/issues/37) to the carbon-clickhouse repo some time ago asking how to delete specific metrics.
I ended up finding a way using some SQL …
-
Today, I update to the latest version of helm chart (2.8.0) and latest version of otel-collector (0.79.11, https://github.com/SigNoz/signoz-otel-collector/issues/180) and I have received the following…
-
**Use case**
Efficiently querying continuous profiling data in ClickHouse to drive flamegraph visualization would be a great addition to the [logging, metrics and traces use case](https://clickhous…
yawnt updated
2 months ago
-
### Company or project name
Datazip
### Question
I'm looking to confirm this possibility of writing complex queries with Remote ClickHouse with one that I'm running the Query on right now, somethin…