Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate : docs/general/implementation.md #154

Merged
merged 11 commits into from
Aug 28, 2023

Conversation

neoseurae12
Copy link
Collaborator

Related issue: #153

Let's get it done 🔥

@@ -183,10 +183,6 @@ HTTP 파이프라인은 여러 정책에 의해 감싸지는 HTTP 전송으로
## 분산 추적

분산 추적 메커니즘은 소비자가 프론트엔드에서 백엔드까지 코드를 추적할 수 있도록 합니다. 분산 추적 라이브러리는 고유한 작업 단위인 스팬(span)을 생성합니다. 각 스팬은 부모-자식 관계에 있습니다. 코드의 계층 구조가 깊어질수록 더 많은 스팬이 생성됩니다. 이후에 이러한 스팬은 필요에 따라 적절한 수신기로 내보내질 수 있습니다. 스팬을 추적하기 위해, _분산 추적 컨텍스트_ (이하 컨텍스트)가 각각의 연속된 레이어에 전달됩니다. 이 항목에 대한 자세한 내용은, 추적에 대한 [OpenTelemetry] 항목을 참조하세요.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"These spans can then be exported to a suitable receiver as needed."에서,
여기서 'receiver'(수신기)란 무엇인가? 그 예시에 어떤 것들이 있는가?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can find more details on distributed tracing and receivers on https://learn.microsoft.com/ko-kr/dotnet/core/diagnostics/distributed-tracing-concepts

@neoseurae12
Copy link
Collaborator Author

Now you can see 'General Guidelines: Implementation' ALL in Korean. 😁

'General Guidelines: Implementation'의 번역을 완료했습니다. 이제 모두 한국어로 읽어보실 수 있습니다 😁

@@ -183,10 +183,6 @@ HTTP 파이프라인은 여러 정책에 의해 감싸지는 HTTP 전송으로
## 분산 추적

분산 추적 메커니즘은 소비자가 프론트엔드에서 백엔드까지 코드를 추적할 수 있도록 합니다. 분산 추적 라이브러리는 고유한 작업 단위인 스팬(span)을 생성합니다. 각 스팬은 부모-자식 관계에 있습니다. 코드의 계층 구조가 깊어질수록 더 많은 스팬이 생성됩니다. 이후에 이러한 스팬은 필요에 따라 적절한 수신기로 내보내질 수 있습니다. 스팬을 추적하기 위해, _분산 추적 컨텍스트_ (이하 컨텍스트)가 각각의 연속된 레이어에 전달됩니다. 이 항목에 대한 자세한 내용은, 추적에 대한 [OpenTelemetry] 항목을 참조하세요.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can find more details on distributed tracing and receivers on https://learn.microsoft.com/ko-kr/dotnet/core/diagnostics/distributed-tracing-concepts

@@ -33,7 +33,7 @@ entries:
url: /general_terminology.html
- title: API 디자인
url: /general_design.html
- title: Implementation (영문)
- title: 구현 (번역 중)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you remove "(번역 중)" since you mention that you finished translating this part? Thanks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh thanks for your reviewing. can you check this out once again? Thanks :)

@neoseurae12 neoseurae12 requested a review from ianychoi August 28, 2023 08:08
@ianychoi ianychoi merged commit 45c3bf0 into Azure:main Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants