python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Debugging python code: Determine if an 'except' is waiting for an exception in some later frame
When executing a python script while having installed a trace callback via sys.set_trace (), I would like to be able to distinguish between exceptions which will later be excepted in the python code e...
Frank Blabu
Votes: 0
Answers: 0
AWS X-Ray - Lambda invoked by another lambda does not use parent traceID
I want to use AWS X-Ray with Apollo Federation. The Apollo Gateway is hosted on AWS Lambda and it calls subservices which are also hosted on AWS Lambda.
I activated tracing for every lambda (gateway &...
Nicoowr
Votes: 0
Answers: 0
Is it possible to write widget's APM query in datadog so that it will include all the spans? (not only service entry spans)
My REST service is performing lots of http queries which I would like to monitor in my dashboard. In it's APM view I can choose from servlet.request operation name or netty.client.request. The former ...
Piotr Tempes
Votes: 0
Answers: 1
Query tracing in Cassandra
Since, I could not find a query explain type of feature, I wrote the below python program to list the different phases the query is going through. While I am able to get the various phases and steps, ...

Rajib Deb
Votes: 0
Answers: 1