I'm having issues with self-hosted version, either...
# support
n
I'm having issues with self-hosted version, either on v0.75 and on lastest v0.76. I raun the install script and I get nothing on the dashboards. I see the containers logs on click house and I see a lot of errors:
p
hey - are you migrating from an earlier version of SigNoz or installing a fresh version? We are making some changes in v0.76. You might want to check this migration guide if you are migrating from an older version - https://signoz.io/docs/operate/migration/upgrade-0.76
n
I did a fresh install
n
hey @Nuno Aguiar , If you're trying with a fresh installation then could you please share the errors you're seeing. it would help us to understand more about the problems you're facing
n
Untitled
n
Adding @Vibhu Pandey for any suggestions
v
That's no problem @Nuno Aguiar, you can ignore broken pipe errors in clickhouse
n
ok, but something is not right. i've setup a simple collector for host and docker_stats and I can validate the data is beeing saved in clickhouse, but I can't see any data in any dashboard. after digging some stuff i've managed to check that i have some memory errors !? in clickkhouse. For instance:
Copy code
Received exception from server (version 24.1.2):
Code: 173. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Couldn't allocate 638 bytes when parsing JSON: while executing 'FUNCTION JSONExtractString(labels :: 0, 'host_name' :: 1) -> JSONExtractString(labels, 'host_name') String : 2'. (CANNOT_ALLOCATE_MEMORY)
v
Right, can you increase the size of the clickhouse disk?
n
I'm running a self hosted signoz in docker inside a linux vm with 64Gb Ram and 128Gb disk
v
and how does your disk utilization look?
Actually scratch that, how does your RAM utilization look?
n
20%
ish
btw, i saw some old similar issue and I can do the query if I replace for simpleJSONExtractRaw
v
Interesting, I don't have something concrete for you right now, can you create an issue https://github.com/SigNoz/signoz? Probably just copy paste this conversation
n
for instance, in infrascture-montoring, as long I setup a hostmetrics receiver and export to signozclickhousemetrics, I should have data there right?
v
For infra monitoring, we use a couple of receivers to populate that page. Our k8s-infra chart has all the defaults required for the infra-monitoring page to work perfectly.
n
but that's only for running on k8s right? I'm using simple docker containers for testing on a linux vm. and since all dashboards use the same JsonExtractString function, then all dashboards fail for me
I've created the issue https://github.com/SigNoz/signoz/issues/7326 . I cannot do anything. I've put on hold all my research about signoz for now