-
Notifications
You must be signed in to change notification settings - Fork 979
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I want to instrument java.io.InputStream
and java.io.OutputStream
e.g. https://github.com/hypertrace/javaagent/blob/c320487308481c4ca7a90ec0f5b054ea1788e7c2/instrumentation/java-streams/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/java/inputstream/InputStreamInstrumentationModule.java#L71
The core configuration ignores almost all types from java.
package, hence my instrumentation does not work on e.g. ByteArrayInputStream
etc.
Line 105 in 4e52b3e
if (name.startsWith("java.")) { |
Describe the solution you'd like
Make the GlobalIgnoresMatcher
configurable.
trask
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request