in app/main.go [104:106]
func traceLogPrefix(traceId, spanId string) string { return fmt.Sprintf("sample-app [%s][spanId: %s]: ", traceId, spanId) }