Vibhu Pandey

Results 64 comments of Vibhu Pandey

Also, @srikanthccv, you can think about defining custom error codes for the querier. ``` var ( ErrCodeUnknownField ErrCodeMalformedQuery ErrCodeQueryBuilder..... ) ``` Please read https://github.com/SigNoz/signoz/blob/main/docs/contributing/go/errors.md#code

Hi @nageshrathods, Thanks for opening this issue! Let us get back with some nice docs! In the meanwhile, can you please share logs from your clickhouse container?

Hi @nageshrathods, I would recommend doing the following: 1. Set `coldStorage.enabled = false` 2. Add the following: ``` clickhouse: files: config.d/storage.xml: | ------ whatever you want to do ------- ```...

Part of https://github.com/SigNoz/platform-pod/issues/442

I mentioned the k8sobserver extension also in this ticket. How would we go about that? Do you want me to create a separate ticket for the extension?

``` batch: send_batch_max_size: 25000 send_batch_size: 20000 timeout: 1s ``` Please try with these settings.

Hi @m-riedel, Yes, horizontal scaling of query-service is not supported right now.

Hi @pascal89, That sound nice! Would you be willing to open a PR?

Hi @slayer321, Thank you for the PR! We are however in the middle of a major codebase revamp where we will also be standardising config as per https://github.com/SigNoz/signoz/issues/6805. As part...

How does your sql database look? Can you run `SELECT * FROM organizations` and paste the output here?