KloudMate
KloudMate Agent Docs
Components

Processors

OpenTelemetry Collector processors bundled with the KloudMate Agent.

Processors are components that transform, filter, and enrich telemetry data as it flows through the OpenTelemetry Collector pipeline.

Bundled Processors

ProcessorDescription
Batch ProcessorBatches telemetry data to reduce the number of outgoing connections
Memory Limiter ProcessorPrevents out-of-memory situations by limiting memory usage
Attributes ProcessorModifies attributes of spans, metrics, and logs
Resource ProcessorModifies resource attributes on telemetry data
Filter ProcessorFilters telemetry data based on configurable rules
K8s Attributes ProcessorEnriches telemetry with Kubernetes metadata (pod, namespace, node)
Transform ProcessorApplies transformations using the OpenTelemetry Transformation Language (OTTL)

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

On this page