Skip to content

Commit 3034c2e

Browse files
committed
add hyphen header
1 parent 0923ca8 commit 3034c2e

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", "Test_Message");
28+
List.of("x-test-", "test-baggage-", "test_message", "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)