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.
180
180
181
181
* DRA kubeletplugin gRPC NodePrepareResources operation: Observe {{< highlight promql "hl_inline=true" >}}histogram_quantile(0.99,
182
182
sum(rate(dra_grpc_operations_duration_seconds_bucket{method_name=~ ".* NodePrepareResources"}[ 5m] ))
183
- by (le)){{< /highlight >}} .
183
+ by (le)){{< /highlight >}}.
184
184
* DRA kubeletplugin gRPC NodeUnprepareResources operation: Observe {{< highlight promql "hl_inline=true" >}} histogram_quantile(0.99,
185
185
sum(rate(dra_grpc_operations_duration_seconds_bucket{method_name=~ ".* NodeUnprepareResources"}[ 5m] ))
186
186
by (le)){{< /highlight >}}.
@@ -190,5 +190,5 @@ metrics.
190
190
191
191
* [ Learn more about
192
192
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