Will Li
Will Li
Facing the same issue. We are trying to mock some functions from AWSPowerShell.NetCore but functions there are binary type and can not be mocked. It would be great to see...
Sorry for the late reply. So the context is we are doing some performance testing while also considering the accuracy of our services. So we would like to verify if...
I’m glad to have helped 😄 . I will also have a look at other issues. Also thanks for the good opportunity to let me contribute and learn.
Thanks for your response. We are using `jmx_exporter` as a java agent without modifying it. Basically what we did is just download the jar file and specify the `-javaagent` flag....
I would like to work on this if it is ok.
turns out it was mainly due to Npsql also has instrumentation and interacted wrongly with entityframework instrumentation. https://github.com/open-telemetry/opentelemetry-demo/pull/2175#discussion_r2091087977
@ozangunalp thank you for taking the time to review and revamp my PR. I was blown away by the changes you made! Seriously, the work you put into it is...
if this is still required, i would like to work on this.
looks good to me, but you may need to update the integration test. to test it locally `make mod-integration-test`
https://github.com/open-telemetry/opentelemetry-demo/issues/912 i recall there was some discussion in this issue and it was decided to add the database connection on accounting service. i am not sure if this is still...