Skip to content

Commit 0923ca8

Browse files
committed
add new header exclusion
1 parent 0b0c59c commit 0923ca8

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs/parsers

1 file changed

+1
-1
lines changed

instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs/parsers/SpanParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class SpanParser {
2525

2626
// We want to ignore test related attributes
2727
private static final List<String> EXCLUDED_ATTRIBUTES =
28-
List.of("x-test-", "test-baggage-", "test_message");
28+
List.of("x-test-", "test-baggage-", "test_message", "Test_Message");
2929

3030
/**
3131
* Pull spans from the `.telemetry` directory, filter them by scope, and set them in the module.

0 commit comments

Comments
 (0)