instrumentationName

fun IrFunction.instrumentationName(annotation: FqName): String(source)

The instrumentation name configured on this function's annotation: its first argument (@Timed(name = …) / @Traced(name = …)) when it is a non-blank string constant, else the default qualifiedName.