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

Commit 28b217b

Browse files
Rx
1 parent 3f1259b commit 28b217b

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

gdi/opentelemetry/components.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ The Splunk Distribution of OpenTelemetry Collector includes and supports the com
159159
* - :ref:`udp-logs-receiver` (``udplog``)
160160
- Receives logs over UDP.
161161
- Logs
162+
* - :ref:`vcenter-receiver` (``vcenter``)
163+
- Supports ESXi and vCenter.
164+
- Metrics
165+
* - :ref:`wavefront-receiver` (``wavefront``)
166+
- Accepts metrics and depends on the ``carbon`` receiver proto and transport.
167+
- Metrics
162168
* - :ref:`windowseventlog-receiver` (``windowseventlog``)
163169
- Tails and parses logs from the Windows Event log API.
164170
- Logs

gdi/opentelemetry/components/a-components-receivers.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Collector components: Receivers
5050
syslog-receiver
5151
tcp-receiver
5252
udp-receiver
53+
vcenter-receiver
54+
wavefront-receiver
5355
windowseventlog-receiver
5456
windowsperfcounters-receiver
5557
zipkin-receiver
@@ -94,6 +96,8 @@ The following receivers are available:
9496
* :ref:`syslog-receiver`
9597
* :ref:`tcp-logs-receiver`
9698
* :ref:`udp-logs-receiver`
99+
* :ref:`vcenter-receiver`
100+
* :ref:`wavefront-receiver`
97101
* :ref:`windowseventlog-receiver`
98102
* :ref:`windowsperfcounters-receiver`
99103
* :ref:`zipkin-receiver`
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _vcenter-receiver:
2+
3+
***********************
4+
vCenter receiver
5+
***********************
6+
7+
.. meta::
8+
:description: The vCenter receiver supports ESXi and vCenter.
9+
10+
The Splunk Distribution of the OpenTelemetry Collector supports the vCenter receiver. Documentation is planned for a future release.
11+
12+
To find information about this component in the meantime, see :new-page:`vCenter receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/vcenterreceiver>` on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _wavefront-receiver:
2+
3+
***********************
4+
Wavefront receiver
5+
***********************
6+
7+
.. meta::
8+
:description: The Wavefront receiver accepts metrics and depends on carbonreceiver proto and transport.
9+
10+
The Splunk Distribution of the OpenTelemetry Collector supports the Wavefront receiver. Documentation is planned for a future release.
11+
12+
To find information about this component in the meantime, see :new-page:`Wavefront receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/vcenterreceiver>` on GitHub.

0 commit comments

Comments
 (0)