Esempio n. 1
0
 public TraceStrategy(ApmAgentContext context, Instrumentation instrumentation) {
   this.context = context;
   this.configuration = context.getConfiguration();
   this.instrumentation = instrumentation;
 }
Esempio n. 2
0
 public void setContext(ApmAgentContext context) {
   this.context = context;
   this.configuration = context.getConfiguration();
 }