Skip to content

Instantly share code, notes, and snippets.

@papivot
Last active October 30, 2025 03:08
Show Gist options
  • Select an option

  • Save papivot/5410428088578373d919a54f4597a9e0 to your computer and use it in GitHub Desktop.

Select an option

Save papivot/5410428088578373d919a54f4597a9e0 to your computer and use it in GitHub Desktop.
Component Type Deployment Pattern Name Purpose
Receiver Agent (DaemonSet) kubeletstats Collects node; pod and container resource metrics from the Kubelet API.
Receiver Agent (DaemonSet) filelog Tails and parses container logs written to standard output.
Receiver Agent (DaemonSet) hostmetrics Generates metrics about the host system scraped from various sources and host entity event as log.
Receiver Gateway (Deployment) k8sobjects Collects(pull/watch) objects from the Kubernetes API server.
Receiver Gateway (Deployment) k8s_cluster Collects cluster-level metrics and events from the K8s API Server.
Processor Agent & Gateway k8sattributes Enriches telemetry with K8s metadata (pod; node and namespace names).
Processor Agent & Gateway batch Batches telemetry data to improve compression and reduce egress traffic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment