Skip to main content

Questions tagged [trace]

A trace is a log of execution of a process or method.

trace
0 votes
0 answers
9 views

What information is contained in the trace file in the .next directory of a Next.js project?

I am working on a Next.js project, and I have encountered an issue where the build process is extremely slow, taking almost an hour to complete. While investigating the potential causes, I came across ...
J. Kim's user avatar
  • 33
-1 votes
0 answers
23 views

In Xcode there a way to mark a routine so that 'Step Into' will skip over the routine?

When stepping through code with the debugger using 'Step Into,' Xcode steps into constructors, destructors, and assignment operators. This is especially frustrating when the routine is compiler-...
Todd Stanley's user avatar
0 votes
1 answer
22 views

Write output in ClassInitialize and ClassCleanUp in VS2022

I have tests made with MsTest v2 in which I use [ClassCleanup] to log some summary information. The thing is, contrary to [TestCleanup] that ends up in each individual test summary, it doesn't seem to ...
bkqc's user avatar
  • 931
0 votes
0 answers
17 views

Detectron2 pth to pt

I have trained a detectron2 model with the following config COCO-Detection/retinanet_R_101_FPN_3x.yaml now i tried to convert the model, using tracing, into a .pt using this code import torch from ...
Dennis's user avatar
  • 11
0 votes
0 answers
17 views

How to change DataDog java agent trace api version to V0.5

I am testing that sending datadog java agent trace to my local terminal. But the default trace version is v0.4, and now I want to change the api version to v0.5 or v0.3. My local system is windows I ...
sym er's user avatar
  • 1
0 votes
0 answers
17 views

Spring Cloud GCP Trace: sampling probability property does not take effect

I'm trying to set the sampling probability for GCP tracing to 100% but the property seems to have no effect, only about 0.1% of all requests appear in the GCP Trace Explorer. All Request get a traceId ...
Markus's user avatar
  • 1
0 votes
0 answers
21 views

Finding the real origin of block I/O (submit_bio) using eBPF

I have an I/O tracer which uses eBPF, and traces read and write operations at the different levels of the I/O stack (VFS, File System, Page cache, and Block). I want to trace a couple of benchmarks (...
mhrz's user avatar
  • 1
1 vote
1 answer
41 views

Inject Trace Context into header of a incomming Request in Go. (Custom Plugin for KrakenD)

I want to create a Custom Plugin in Go and load it into KrakenD(text). With this plugin, I want to generate a Trace span Context(Root) and inject into Header of each incomming request and propagate to ...
dimitris fou's user avatar
0 votes
0 answers
18 views

Pass OTEL context through vertx eventbus in Quarkus

In order for usefull tracing in this application, I need to solve the following challenge. The app is Quarkus based with the OTEL extension enabled. The proces get started through a POST api, which ...
Sunfile's user avatar
  • 121
0 votes
1 answer
21 views

What is the easiest method for forwarding ETW logs to Splunk receiver?

I am trying to forward some kernel-level events from my Splunk UF to my Splunk receiver. I experienced with windows' built in utility - logman and was able to produce etl files and convert them to XML ...
Aka's user avatar
  • 1
0 votes
1 answer
34 views

How exclude Hangfire requests from tracing information?

I use OpenTelemetry to collect tracing and to send them to the AWS X-Ray. And I want to exlude traces related to Hangfire requests, because it creates in the AWS X-Ray Trace Map new sequence Client -&...
Vika Bobr's user avatar
0 votes
0 answers
42 views

Otel Java Agent Instrumentation

I have maven Java Spring Application. I'm trying to implement otel java agent instrumentation to set span with custom attributes. I have mentioned the below JVM args in Tomcat configuration -javaagent:...
Arasu's user avatar
  • 2,118
0 votes
0 answers
21 views

App trace with Perfetto not clear , to acclerate app startup

I have android app , java. It has viewpager with 6 pages. each page has subFragments, managed by viewpager. App was loading on Lenovo phone in 6 sec. but on Samsung phones (A14) in 80 seconds. I have ...
waleed.makarem's user avatar
2 votes
1 answer
55 views

Tracing hardware related numerical differences down to the instruction

I have compiled a numerical simulation model from C into an ELF binary with GCC (shared object with file extension .mexa64, because loaded into MATLAB). It used no debug or optimization flags. It uses ...
fschwaiger's user avatar
3 votes
0 answers
86 views

Lost Parent Span for HTTP Client Spans

I've recently set up tracing in my application to monitor and debug the flow of requests. Everything seemed to be working fine, but I've encountered a peculiar issue with my HTTP client. The issue: ...
dhia  Gharsallaoui's user avatar

15 30 50 per page
1
2 3 4 5
188