From 663ed6537019786fe9618e3a2758f4dfe0f4c71a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:34:52 -0800 Subject: [PATCH] Update the vcenter cpu limit metrics (#2785) (#2788) (cherry picked from commit 7345f20b15e595056d72c721b8aea4a4c5811389) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../reference/components/otelcol/otelcol.receiver.vcenter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/otelcol/otelcol.receiver.vcenter.md b/docs/sources/reference/components/otelcol/otelcol.receiver.vcenter.md index fd16203af9..84498c4958 100644 --- a/docs/sources/reference/components/otelcol/otelcol.receiver.vcenter.md +++ b/docs/sources/reference/components/otelcol/otelcol.receiver.vcenter.md @@ -98,7 +98,7 @@ isn't provided, TLS won't be used for connections to the server. Name | Type | Description | Default | Required ---- | ---- | ----------- | ------- | -------- `vcenter.cluster.cpu.effective` | [metric][] | Enables the `vcenter.cluster.cpu.effective` metric. | `true` | no -`vcenter.cluster.cpu.usage` | [metric][] | Enables the `vcenter.cluster.cpu.usage` metric. | `true` | no +`vcenter.cluster.cpu.limit` | [metric][] | Enables the `vcenter.cluster.cpu.limit` metric. | `true` | no `vcenter.cluster.host.count` | [metric][] | Enables the `vcenter.cluster.host.count` metric. | `true` | no `vcenter.cluster.memory.effective` | [metric][] | Enables the `vcenter.cluster.memory.effective` metric. | `true` | no `vcenter.cluster.memory.limit` | [metric][] | Enables the `vcenter.cluster.memory.limit` metric. | `true` | no