Caching the primaryInstrumentationName by dougqh · Pull Request #10477 · DataDog/dd-trace-java

@dougqh

Caching the primaryInstrumentationName to avoid repeatedly calling instrumentationNames() and constantly allocating a String[]

@dougqh

@dougqh

bric3

Realized that the caching is unnecessary complication
Just use a final field instead

@dougqh

@dougqh

…m:DataDog/dd-trace-java into dougqh/cache-primary-instrumentation-name

@dougqh

PerfectSlayer

AlexeyKuznetsov-DD

amarziali

@dougqh

ValentinZakharov