You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alloy discover.kubernetes has an attach_metadata{} block that can optionally include additional node information on discoveries that are not role="node" for example role="pod" this would also include all __meta_kubernetes_node labels and annotations.
Oftentimes we need to know the region, availability zone, node pool that a pod belongs in.
Proposal for each job in clusterMetrics: have a setting:
clusterMetrics:
cadvisor:
metricsTuning:
nodeLabels:
# Whether or not to attach the node pool nodepool: true# Whether or not to add the regionregion: true# Whether or not to add the availability_zoneavailability_zone: true
The text was updated successfully, but these errors were encountered:
Alloy
discover.kubernetes
has anattach_metadata{}
block that can optionally include additional node information on discoveries that are notrole="node"
for examplerole="pod"
this would also include all__meta_kubernetes_node
labels and annotations.Oftentimes we need to know the region, availability zone, node pool that a pod belongs in.
Proposal for each job in
clusterMetrics:
have a setting:The text was updated successfully, but these errors were encountered: