Skip to content

Conversation

@jaydeluca
Copy link
Member

Part of #14096

@jaydeluca jaydeluca requested a review from a team as a code owner January 22, 2026 19:54
private static final String TMP_DIR = ".telemetry";
private static final Pattern MODULE_PATTERN =
Pattern.compile("(.*?/instrumentation/.*?)(/javaagent|/library|/testing)");
Pattern.compile("(.*?/instrumentation/.*)(/javaagent|/library|/testing|/.*?-testing)");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is to support servlet:servlet-5.0:jetty12-testing:test

List.of(
"asdf",
"x-test-",
"test-parameter",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to filter out servlet.request.parameter.test-parameter from servlet test telemetry

type: list
default: ''
- name: otel.instrumentation.servlet.add-trace-id-request-attribute
description: Adds the trace ID as a request attribute for downstream servlet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also adds span id

@laurit laurit merged commit 48bd093 into open-telemetry:main Jan 28, 2026
85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants