11display_name : Kubelet Stats Receiver
22type : kubeletstats
33
4+ description : |
5+ The Kubelet Stats Receiver pulls node, pod, container, and volume metrics from the API server on a kubelet
6+ and sends it down the metric pipeline for further processing.
7+
48reaggregation_enabled : true
59
610status :
@@ -15,83 +19,69 @@ resource_attributes:
1519 aws.volume.id :
1620 description : " [DEPRECATED] The id of the AWS Volume"
1721 enabled : true
18- requirement_level : opt_in
1922 type : string
2023 warnings :
2124 if_enabled : " This resource_attribute is deprecated and will be removed soon"
2225 container.id :
2326 description : " Container id used to identify container"
2427 enabled : true
25- requirement_level : recommended
2628 type : string
2729 fs.type :
2830 description : " [DEPRECATED] The filesystem type of the Volume"
2931 enabled : true
30- requirement_level : opt_in
3132 type : string
3233 warnings :
3334 if_enabled : " This resource_attribute is deprecated and will be removed soon"
3435 gce.pd.name :
3536 description : " [DEPRECATED] The name of the persistent disk in GCE"
3637 enabled : true
37- requirement_level : opt_in
3838 type : string
3939 warnings :
4040 if_enabled : " This resource_attribute is deprecated and will be removed soon"
4141 glusterfs.endpoints.name :
4242 description : " [DEPRECATED] The endpoint name that details Glusterfs topology"
4343 enabled : true
44- requirement_level : opt_in
4544 type : string
4645 warnings :
4746 if_enabled : " This resource_attribute is deprecated and will be removed soon"
4847 glusterfs.path :
4948 description : " [DEPRECATED] Glusterfs volume path"
5049 enabled : true
51- requirement_level : opt_in
5250 type : string
5351 warnings :
5452 if_enabled : " This resource_attribute is deprecated and will be removed soon"
5553
5654 k8s.container.name :
5755 description : " Container name used by container runtime"
5856 enabled : true
59- requirement_level : recommended
6057 type : string
6158 k8s.namespace.name :
6259 description : " The name of the namespace that the pod is running in"
6360 enabled : true
64- requirement_level : recommended
6561 type : string
6662 k8s.node.name :
6763 description : " The name of the Node"
6864 enabled : true
69- requirement_level : required
7065 type : string
7166 k8s.persistentvolumeclaim.name :
7267 description : " The name of the Persistent Volume Claim"
7368 enabled : true
74- requirement_level : recommended
7569 type : string
7670 k8s.pod.name :
7771 description : " The name of the Pod"
7872 enabled : true
79- requirement_level : recommended
8073 type : string
8174 k8s.pod.uid :
8275 description : " The UID of the Pod"
8376 enabled : true
84- requirement_level : required
8577 type : string
8678 k8s.volume.name :
8779 description : " The name of the Volume"
8880 enabled : true
89- requirement_level : recommended
9081 type : string
9182 k8s.volume.type :
9283 description : " The type of the Volume"
9384 enabled : true
94- requirement_level : recommended
9585 type : string
9686 partition :
9787 description : " [DEPRECATED] The partition in the Volume"
0 commit comments