jshiwam

Results 15 comments of jshiwam

Hi @ankitnayan Please assign this issue to me, I will complete the query-service installation today and will start making the changes. Also since we go for the Prepared Statements, here...

https://github.com/jshiwam/signoz/commit/f18be5c9f7e1699199861f3ca2b19a63e633ea3c Hi @ankitnayan please check these comments. I have added them for some clarifications, as my understanding of the whole flow of the project might not be good enough. Please...

Sure Actually I have made change to one of the functions and it is working, the testing is also complete. I will remove the comments from those files and only...

Thanks @srikanthccv will add the changes here.

@srikanthccv @ankitnayan [GetService](https://github.com/SigNoz/signoz/blob/develop/pkg/query-service/app/clickhouseReader/reader.go#L660) queries clickhouse and we use the clickhouse-driver Conn in order to query the data there. I am not sure if they provide a way to use Prepare...

hi team, I have a program where I want to DecRef a PyObject(the return value of python methods) in a go routine. The code inside go routine looks something like...

@christian-korneck @esendjer if no one is working on this PR then I can take this up and finish it, as these examples are really important for people who use this...

Hi @christian-korneck sorry for the delayed response, had been busy recently. I have made the final changes in this code. According to my understanding only using `runtime.LockOSThread()` had to be...

Here please check it out. https://github.com/go-python/cpy3/pull/21/files