public static class ApacheHttpInstrumentation.ApacheHttpAdvice extends Object
| Modifier and Type | Field and Description |
|---|---|
static LRUCache<Integer,Boolean> |
handled |
static SpansContainer |
spansContainer |
static LRUCache<Integer,Long> |
startTimeMap |
| Constructor and Description |
|---|
ApacheHttpAdvice() |
| Modifier and Type | Method and Description |
|---|---|
static void |
methodEnter(org.apache.http.client.methods.HttpUriRequest request) |
static void |
methodExit(org.apache.http.client.methods.HttpUriRequest request,
Object result) |
public static final SpansContainer spansContainer
@Advice.OnMethodEnter
public static void methodEnter(@Advice.Argument(value=0)
org.apache.http.client.methods.HttpUriRequest request)
@Advice.OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void methodExit(@Advice.Argument(value=0) org.apache.http.client.methods.HttpUriRequest request, @Advice.Return Object result)
Copyright © 2024 Lumigo. All rights reserved.