getTracer

abstract fun getTracer(instrumentationName: String, instrumentationVersion: String? = null): Tracer

Get a tracer for the given instrumentation name.

Return

A Tracer instance

Parameters

instrumentationName

Name of the instrumentation library (e.g., "kioskops-sdk")

instrumentationVersion

Optional version of the instrumentation library