fix: attr

This commit is contained in:
Kevin Franklin Kim 2025-10-10 17:24:48 +02:00
parent 714d6ddcd4
commit 6c8fbc21cb
No known key found for this signature in database

View File

@ -36,7 +36,7 @@ func NewGoRoutine(l *zap.Logger, name string, handler GoRoutineFn, opts ...GoRou
// enrich the log
l = log.WithAttributes(l,
semconv.KeelServiceType("goroutine"),
semconv.KeelServiceType(name),
semconv.KeelServiceName(name),
)
inst := &GoRoutine{