KloudMate
KloudMate Agent Docs
Components

Receivers

OpenTelemetry Collector receivers bundled with the KloudMate Agent.

Receivers are components that collect telemetry data from various sources and feed it into the OpenTelemetry Collector pipeline.

Bundled Receivers

The KloudMate Agent bundles the following receivers:

ReceiverDescription
OTLP ReceiverReceives telemetry data via the OpenTelemetry Protocol (gRPC and HTTP)
Host Metrics ReceiverCollects host-level metrics (CPU, memory, disk, network)
Filelog ReceiverTails and parses log files from the filesystem
Kubernetes Cluster ReceiverCollects cluster-level metrics and events from the Kubernetes API
Kubelet Stats ReceiverCollects pod and container metrics from the Kubelet API
Kubernetes Objects ReceiverWatches Kubernetes resource objects for monitoring
Prometheus ReceiverScrapes Prometheus-format metrics endpoints
eBPF ReceiverKernel-level observability for application and network metrics

For detailed configuration of each receiver, refer to the OpenTelemetry documentation.

On this page