Hello everyone,
We have a question about managing multi-threading under Windows with the Dynatrace C/C++ SDK.
We would like to be able to use tracers (as described in the C/C++ SDK) under Windows in each of our threads and be able to visualize them as a unit on our dashboards.
I mean, through the dashboards, to be able to answer the following questions:
- How many threads were created?
- What and where are the tracers created?
- In which thread are each tracer created ?
- Identify the number of tracers per thread and identify the father thread of each tracer.
- Group the metrics of all threads per tracer.
Best Regards,
Jonathan