Skip to content

Commit 9bb160f

Browse files
committed
modified: SpanConvertor.php
1 parent 912584d commit 9bb160f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

contrib/OtlpGrpc/SpanConverter.php

+1-6
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,4 @@ public function convert(Span $span)
105105

106106
return $row;
107107
}
108-
}
109-
// $key=new keyValue();
110-
// $key->setKey("id")
111-
// $value=new AnyValue();
112-
// $value->setStringValue($span->getContext()->getSpanId());
113-
// $key->setValue($value);
108+
}

0 commit comments

Comments
 (0)