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)
Google Cloud Trace - See service names on spans - trace view - open telemetry
question on Google Cloud trace - Trace details view.
I'm seeing all my spans of the trace. Also I added a resource on the open telemetry instrumentation service.name and service.version. Now, I can se...
Božidar Vulićević
Votes: 0
Answers: 0
Is there a way to get the full trace of a request given a starting point from anywhere in the lifecycle of the trace?
Is there a way to get the full trace request given a starting point from anywhere in the lifecycle of the trace?
Basically, if I have a middle point or an end point of a trace, can I use those points ...
lonelyswing
Votes: 0
Answers: 2
Tracer active and startActive deprecated
With active and startActive being deprecated, what are the "proper" method of doing
tracer
.buildSpan(instructions)
.startActive()
.span()
.setTag("id", id);
and t...
paui
Votes: 0
Answers: 0
Adding Tracer beans in Spring Boot with OpenTelemetry
Context:
I have to rewrite a parent library from Java EE to a more modern one in Spring Boot. For example, it has got some deprecated dependencies and CDI parts, Microprofiles that are not Spring comp...
Five
Votes: 0
Answers: 1