Class HttpHeadersInstrumentation
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.httpclient.HttpHeadersInstrumentation
-
- All Implemented Interfaces:
io.opentelemetry.javaagent.tooling.TypeInstrumentation
public class HttpHeadersInstrumentation extends Object implements io.opentelemetry.javaagent.tooling.TypeInstrumentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpHeadersInstrumentation.HeadersAdvice
-
Constructor Summary
Constructors Constructor Description HttpHeadersInstrumentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,String>transformers()net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription>typeMatcher()
-