Skip to content

Commit 3dc226e

Browse files
committed
[ko] fix: instrumentation guidelines link in device plugin page
1 parent edc3e60 commit 3dc226e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ kubelet 인스턴스에 자신을 다시 등록할 것으로 기대된다. 새 k
195195
노드에서 사용 중인 장치 셋을 검색하고 메트릭과 연관될 컨테이너를 설명하는
196196
메타데이터를 얻을 수 있어야 한다. 장치 모니터링 에이전트에 의해 노출된
197197
[프로메테우스](https://prometheus.io/) 지표는
198-
[쿠버네티스 Instrumentation 가이드라인](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/instrumentation.md)을 따라
198+
[쿠버네티스 Instrumentation 가이드라인](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/metric-instrumentation.md)을 따라
199199
`pod`, `namespace``container` 프로메테우스 레이블을 사용하여 컨테이너를 식별해야 한다.
200200

201201
kubelet은 gRPC 서비스를 제공하여 사용 중인 장치를 검색하고, 이러한 장치에 대한 메타데이터를

0 commit comments

Comments
 (0)