Nipuna Madhushan

Results 19 comments of Nipuna Madhushan

I checked on Including observability support for GraphQL. Currently there is no inheritance between the resource functions in graphql service and the resource functions in service classes. The issue occurred...

Furthermore, I identified that the strand for the main service resource function had been ended before the execution of the service object resource functions. That is why the parent strand...

I tried to pass the new observer context(observer context for the main graphql service object) to the parent strand (main http service request). Then I passed the parent strand observer...

I tested the above fix with with the interceptors as well and the following output came in jaeger. With the current implementation in ballerina runtime observability, we cannot set the...

Final view of the observability tracing for graphql will be as follows.

Final view of metrics after adding metrics tags will be as follows.

I have solved this issue myself by just removing the `module-info.java` file in my java project. But I believe having a `module-info.java` should not be an issue for using two...

I have tested with a few ballerina example projects by creating runtime and compile errors in the projects. But I didn't find this issue and it returns an error which...

When there is no other previous version installed, deb installer works fine. But we have to remove all the files (not only `/usr/lib/ballerina` directory).

I added a preinst script to deb package installer to remove the `usr/lib/ballerina/COPYRIGHT.txt` file. It seems like the file was removed successfully when I try to use deb package installer...