Last active
October 30, 2025 03:08
-
-
Save papivot/5410428088578373d919a54f4597a9e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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