newTracing

fun newTracing(serviceName: String): Tracing

Creates a new Tracing instance configured with the given service name and this reporter's span handler.

Return

A configured Tracing instance ready for instrumenting application code.

Parameters

serviceName

The logical name of the service to associate with trace spans.