Skip to content

Commit a64a493

Browse files
committed
add link to spec issue
1 parent 3b654d3 commit a64a493

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/common

disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/common/AttributesMapper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ private static void addValue(AttributesBuilder builder, String key, AnyValue val
9090
// empty objects, we MUST assume here that the writer put an empty string
9191
// into the value of the attribute. This will need to change later, when complex
9292
// types arrive and the spec issue is resolved.
93+
//
94+
// See spec issue: https://github.com/open-telemetry/opentelemetry-specification/issues/4660
9395
builder.put(AttributeKey.stringKey(key), "");
9496
}
9597
}

0 commit comments

Comments
 (0)