add abilit to skip span recording
Some checks failed
build / test (push) Failing after 1m32s
codeql / analyze (go) (push) Failing after 1m42s
build / lint (push) Successful in 9m16s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-05-04 19:24:10 +03:00
parent 905910e8ce
commit e9933df477
3 changed files with 18 additions and 8 deletions

8
go.mod
View File

@@ -1,9 +1,11 @@
module go.unistack.org/micro-tracer-opentracing/v3
go 1.20
go 1.21
toolchain go1.22.2
require (
github.com/opentracing/opentracing-go v1.2.0
go.opentelemetry.io/otel v1.24.0
go.unistack.org/micro/v3 v3.10.43
go.opentelemetry.io/otel v1.26.0
go.unistack.org/micro/v3 v3.10.73
)