Dynatrace OneAgent SDK for C/C++
1.7.1.1
|
Trace services that are important but for which there is no more specific tracer. More...
Functions | |
onesdk_tracer_handle_t | onesdk_customservicetracer_create (onesdk_string_t service_method, onesdk_string_t service_name) |
Creates a tracer for tracing a custom service. More... | |
Trace services that are important but for which there is no more specific tracer.
Custom service tracers are used to trace service calls for which there is no other suitable tracer.
To create a custom service tracer, an application can simply call onesdk_customservicetracer_create.
For further information, see the high level SDK documentation at https://github.com/Dynatrace/OneAgent-SDK/#customservice
|
inline |
Creates a tracer for tracing a custom service.
service_method | The name of the service method. |
service_name | The name of the service. |