Daniel Smrček

Results 10 comments of Daniel Smrček

Please use RabbitTest (it needs docker to run) from this example together with agent from resources (just adjust connection string in applicationinsights.json) https://github.com/xsmrcek/minimal-example This issue may be caused just by...

Hello @jeanbisutti , sorry for late response I was on 2 weeks vacation :) Which opentelemetry-api version I should be using? I am using 1.13. Should I use latest and...

Hello @jeanbisutti , thank you for your help. Not is working almost as expected :D I have updated minimal example project from above with new code. I had to turn...

Hello @jeanbisutti thank you for reply! Unfortunately I need custom preperties visioble on request telementry :( I am setting alerts based on application insights logs and request telementry without custom...

Hello @trask ! Thank you, it worked! But when I try to use new dependency I don;t see request at all :( I adjusted my minimal example again :)

> hey @xsmrcek, I ran `RabbitTest`, using 3.4.0-BETA javaagent and was able to see: > > ![image](https://user-images.githubusercontent.com/218610/188196826-642c0a9f-8228-4997-b641-ab440a10def3.png) > > can you confirm exact repro steps from your end? Thank you!...

HI @trask , thank you for pointing it ou! I fixed it in my code (at least I hope I did it right). But my problem here is with RequestTelemetry...

Hi @trask , do we have any update here? It's kinda critical bug for me

Hi @trask ! Thank you for answer! 'parentBased' is working for me. I just read somewhere that we can use headers :) We are using `tracestate` header in our project...