File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ metrics.
180180
181181* DRA kubeletplugin gRPC NodePrepareResources operation: Observe {{< highlight promql "hl_inline=true" >}}histogram_quantile(0.99,
182182 sum(rate(dra_grpc_operations_duration_seconds_bucket{method_name=~ ".* NodePrepareResources"}[ 5m] ))
183- by (le)){{< /highlight >}} .
183+ by (le)){{< /highlight >}}.
184184* DRA kubeletplugin gRPC NodeUnprepareResources operation: Observe {{< highlight promql "hl_inline=true" >}} histogram_quantile(0.99,
185185 sum(rate(dra_grpc_operations_duration_seconds_bucket{method_name=~ ".* NodeUnprepareResources"}[ 5m] ))
186186 by (le)){{< /highlight >}}.
@@ -190,5 +190,5 @@ metrics.
190190
191191* [ Learn more about
192192 DRA] ( /docs/concepts/scheduling-eviction/dynamic-resource-allocation/ )
193- * Read about the metrics Kubernetes components export in the [ Kubernetes Metrics
194- Reference] ( /docs/reference/generated/metrics/ ) .
193+ * Read the [ Kubernetes Metrics
194+ Reference] ( /docs/reference/generated/metrics/ )
You can’t perform that action at this time.
0 commit comments