Merge pull request #244 from ascrutae/zhangxin/fix/lost-int-tags

Fix issue that lost some integer tags
This commit is contained in:
吴晟 Wu Sheng 2017-06-26 20:25:57 +08:00 committed by GitHub
commit cf2d0c7fff
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ public class Span implements AbstractSpan {
}
}
if (span.tagsWithInt != null) {
if (tagWithInt != null) {
if (tagWithInt == null) {
tagWithInt = new JsonObject();
}
for (IntTagItem item : span.tagsWithInt) {