update micro
All checks were successful
test / test (push) Successful in 3m1s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-14 00:14:00 +03:00
parent 38d57f8829
commit 18197c63f1
4 changed files with 20 additions and 10 deletions

View File

@@ -143,6 +143,10 @@ func (os *otSpan) ParentID() string {
return os.parentID
}
func (os *otSpan) IsRecording() bool {
return true
}
func (os *otSpan) SetStatus(st tracer.SpanStatus, msg string) {
os.status = st
os.statusMsg = msg