python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
sleuth trace id not getting printed for concurrent calls
In the log, for concurrent calls trace and span id are not getting printed. But for other calls, I can see it's getting printed.
Below is my code.
@RestController
public class GetStudent implements IG...
Vaibs
Votes: 0
Answers: 1
OpenTelemetry is not tracing SQL Statements while using cursor_factory as NamedTupleCursor
Kindly look at the code below. I'm using opentelemetry for tracing. Psycopg2Instrumentor for PostgreSQL tracing. Here only the "show server_version" SQL statement is getting traced. But the ...
Raguram Gopi
Votes: 0
Answers: 1
How to use Rusts tracing_distributed
I am trying to use the Rust tracing_distributed package, but I am getting strange and unhelpful errors when using it, and I am assuming I am using it wrong, but there is no documentation and there are...
user17976520
Votes: 0
Answers: 1
How can I view a summary(average time of individual services) of all traces over zipkin containing 3 services(with node js)?
I have a node js application which includes 3 API calls (3 services). I am sending the traces to zipkin UI. There I can view individual traces and time spans of particular services. But I want to view...
Soumya Kanta Das
Votes: 0
Answers: 0