OTel Collector Supported Receivers
Overview
This is the reference catalog of OpenTelemetry Collector receivers that work with Kloudfuse. A receiver is the OTel Collector’s equivalent of a Datadog Agent integration — it brings telemetry into the Collector from a specific source (a database, a cloud service, a host, a log file, or a wire protocol). See OTel Collector Receivers for how receivers fit into a Collector pipeline.
The catalog is split into product groups. For each receiver, the tables record:
- Receiver
-
The receiver’s configuration name, linked to its directory in the OpenTelemetry Collector Contrib repository where the full configuration reference lives.
- Collects
-
A short description of what the receiver collects, from the receiver’s README.
- Signals
-
The telemetry the receiver produces —
Metrics,Logs, and/orTraces. - Stability
-
The receiver’s stability level (
Stable,Beta,Alpha,Development), taken from itsmetadata.yaml.
|
The Collects description, Signals, and Stability are read from each receiver’s documentation in the |