We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3cf25 + 5ca9c84 commit 7c16dd2Copy full SHA for 7c16dd2
dd-trace-core/src/main/java/datadog/trace/llmobs/writer/ddintake/LLMObsSpanMapper.java
@@ -75,7 +75,6 @@ public class LLMObsSpanMapper implements RemoteMapper {
75
private static final byte[] LLM_TOOL_CALL_ARGUMENTS =
76
"arguments".getBytes(StandardCharsets.UTF_8);
77
78
- // TODO is there a better place for this?
79
private static final String PARENT_ID_TAG_INTERNAL_FULL = LLMOBS_TAG_PREFIX + "parent_id";
80
81
private final LLMObsSpanMapper.MetaWriter metaWriter = new MetaWriter();
0 commit comments