Skip to content

Commit 3bfb356

Browse files
committed
add comment for future semconv 1.33.0 update
1 parent b52c197 commit 3bfb356

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/log4j/log4j-appender-2.17/library/src/main/java/io/opentelemetry/instrumentation/log4j/appender/v2_17/internal

1 file changed

+1
-0
lines changed

instrumentation/log4j/log4j-appender-2.17/library/src/main/java/io/opentelemetry/instrumentation/log4j/appender/v2_17/internal/LogEventMapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
public final class LogEventMapper<T> {
3232

3333
// copied from CodeIncubatingAttributes
34+
// TODO: remove duplication when updating to semconv 1.33.0 or later
3435
private static final AttributeKey<String> CODE_FILEPATH =
3536
AttributeKey.stringKey("code.file.path");
3637
private static final AttributeKey<String> CODE_FUNCTION =

0 commit comments

Comments
 (0)