Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 47c478f

Browse files
Draft
1 parent 08e5936 commit 47c478f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

gdi/opentelemetry/components/vcenter-receiver.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,25 @@ See the following config example:
6868
Configuration settings
6969
-------------------------------------------------
7070

71-
The following setting are required:
71+
The following settings are required:
7272

73+
* ``password``
7374

75+
* ``username``
76+
77+
* ``endpoint``. Endpoint to the vCenter Server or ESXi host that has the SDK path enabled.
78+
79+
* Use the <protocol>://<hostname> format, for example ``https://vcsa.hostname.localnet`.
80+
81+
The following settings are optional:
82+
83+
* ``collection_interval``. ``2m`` by default. This receiver collects metrics on an interval. If the vCenter is large, increase this value.
84+
85+
* Valid time units are ``ns``, ``us`` (or ``µs``), ``ms``, ``s``, ``m``, ``h``.
86+
87+
* ``initial_delay``. ``1s`` by default. Defines how long the receiver waits before starting.
88+
89+
* ``tls``. TLS control. By default insecure settings are rejected and certificate verification is on. Will use defaults for configtls.ClientConfig. Learn more at :new-page:`TLS Configuration Settings <https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md>` in GitHub.
7490

7591
Settings
7692
======================
@@ -81,7 +97,7 @@ The following table shows the configuration options for the vCenter receiver:
8197

8298
<div class="metrics-standard" category="included" url="https://raw.githubusercontent.com/splunk/collector-config-tools/main/cfg-metadata/receiver/vcenter.yaml"></div>
8399

84-
.. _redis-receiver-metrics:
100+
.. _vcenter-receiver-metrics:
85101

86102
Metrics
87103
=====================

0 commit comments

Comments
 (0)