From abc6fe325df481070dfe1d22552350ca7c619f3e Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:20:44 +0200 Subject: [PATCH] docs: fix typo in nomad quota utilization metrics (#23185) --- website/content/docs/operations/metrics-reference.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/operations/metrics-reference.mdx b/website/content/docs/operations/metrics-reference.mdx index 85ee6df42..665c1db02 100644 --- a/website/content/docs/operations/metrics-reference.mdx +++ b/website/content/docs/operations/metrics-reference.mdx @@ -424,6 +424,9 @@ those listed in [Key Metrics](#key-metrics) above. | `nomad.nomad.plugin.delete` | Time elapsed for `CSIPlugin.Delete` RPC call | Milliseconds | Timer | host | | `nomad.nomad.plugin.get` | Time elapsed for `CSIPlugin.Get` RPC call | Milliseconds | Timer | host | | `nomad.nomad.plugin.list` | Time elapsed for `CSIPlugin.List` RPC call | Milliseconds | Timer | host | +| `nomad.nomad.quota.utilization.cpu` | Utilization of the CPU quota | Integer | Gauge | quota_name, namespace, region | +| `nomad.nomad.quota.utilization.cores` | Utilization of the CPU Cores quota | Integer | Gauge | quota_name, namespace, region | +| `nomad.nomad.quota.utilization.memory_mb` | Utilization of the Memory MB quota | Integer | Gauge | quota_name, namespace, region | | `nomad.nomad.scaling.get_policy` | Time elapsed for `Scaling.GetPolicy` RPC call | Milliseconds | Timer | host | | `nomad.nomad.scaling.list_policies` | Time elapsed for `Scaling.ListPolicies` RPC call | Milliseconds | Timer | host | | `nomad.nomad.search.prefix_search` | Time elapsed for `Search.PrefixSearch` RPC call | Milliseconds | Timer | host | @@ -450,9 +453,6 @@ those listed in [Key Metrics](#key-metrics) above. | `nomad.nomad.worker.submit_plan` | Time elapsed for worker to submit plan | Milliseconds | Timer | host | | `nomad.nomad.worker.update_eval` | Time elapsed for worker to submit updated eval | Milliseconds | Timer | host | | `nomad.nomad.worker.wait_for_index` | Time elapsed that worker waits for the raft index of the eval to be processed | Milliseconds | Timer | host | -| `nomad.quota.utilization.cpu` | Utilization of the CPU quota | Integer | Gauge | quota_name, namespace, region | -| `nomad.quota.utilization.cores` | Utilization of the CPU Cores quota | Integer | Gauge | quota_name, namespace, region | -| `nomad.quota.utilization.memory_mb` | Utilization of the Memory MB quota | Integer | Gauge | quota_name, namespace, region | | `nomad.raft.appliedIndex` | Current index applied to FSM | Integer | Gauge | host | | `nomad.raft.barrier` | Count of blocking raft API calls | Integer | Counter | host | | `nomad.raft.commitNumLogs` | Count of logs enqueued | Integer | Gauge | host |