Skip to content

Commit 2e26279

Browse files
authored
Merge pull request #51659 from xirehat/fix-instrumentation-guidelines-link
fix: instrumentation guidelines link in device plugin page
2 parents 044dce3 + f774f99 commit 2e26279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ In order to monitor resources provided by device plugins, monitoring agents need
246246
discover the set of devices that are in-use on the node and obtain metadata to describe which
247247
container the metric should be associated with. [Prometheus](https://prometheus.io/) metrics
248248
exposed by device monitoring agents should follow the
249-
[Kubernetes Instrumentation Guidelines](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/instrumentation.md),
249+
[Kubernetes Instrumentation Guidelines](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/metric-instrumentation.md),
250250
identifying containers using `pod`, `namespace`, and `container` prometheus labels.
251251

252252
The kubelet provides a gRPC service to enable discovery of in-use devices, and to provide metadata

0 commit comments

Comments
 (0)