You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I found your libs by searching for a Jeager solution for PHP. Great work! I am testing right now OpentracingBundle-Jaeger for our Symfony Microservices and I am wondering if I have some misunderstandings about the distributed tracing.
But also here in short. In Jeager I don't see the nested calls (the stacktrace of all the calls) but see only the main call and thats it. The same also for Commands, when I run some command, then I see only one span and not the class/method calls inside the command.
Do I miss some setting for enabling this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi everyone! I found your libs by searching for a Jeager solution for PHP. Great work! I am testing right now OpentracingBundle-Jaeger for our Symfony Microservices and I am wondering if I have some misunderstandings about the distributed tracing.
I posted also the issue in Stackoverflow: https://stackoverflow.com/questions/77652397/distributed-tracing-with-jaeger-between-symfony-php-microservices
But also here in short. In Jeager I don't see the nested calls (the stacktrace of all the calls) but see only the main call and thats it. The same also for Commands, when I run some command, then I see only one span and not the class/method calls inside the command.
Do I miss some setting for enabling this? Thanks!
The text was updated successfully, but these errors were encountered: