Skip to content

Make GlobalIgnoresMatcher configurable #1952

@pavolloffay

Description

@pavolloffay

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.

Describe the solution you'd like

Make the GlobalIgnoresMatcher configurable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions