chore(tracing): set span kind for client and server #177
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
제목
chore(tracing): 클라이언트와 서버에 span kind 설정Category
Description
SpaceConnector.dispatch: CLIENT span 으로 래핑 (외부 요청 표현)transaction데코레이터: SERVER span 설정 (내부 요청 표현)해당 변경으로 트레이스의 정확성과 관찰성을 개선합니다.
Known issue
SpaceConnector(client)와transaction(server)데코레이터에만 적용되었기 때문에, 이 구조를 따르지 않는 트레이스의 경우 추적이 어려울 수 있습니다.