-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
HI Team,
I found method in Haystack reporter. Ii is never used for conversion of Zipkin span to haystack span is there any specific use case for this method or it is dead code.
private Log buildLog(Long timestamp, String key, String value) {
final Log.Builder logBuilder = Log.newBuilder();
logBuilder.setTimestamp(timestamp);
logBuilder.addFields(buildTag(key, value));
return logBuilder.build();
}
Thanks
Virendra Agarwal
Metadata
Metadata
Assignees
Labels
No labels