influxdata/telegraf

[kube inventory plugin] map deployment to pods

Open

#16.142 aperta il 5 nov 2024

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Go (4161 fork)batch import
feature requesthelp wanted

Metriche repository

Star
 (9892 star)
Metriche merge PR
 (Merge medio 2g 12h) (136 PR mergiate in 30 g)

Descrizione

Today in kube inventory plugin there is no way to map a deployment to a pod thereby to a container.

sample config [[inputs.kube_inventory]] url = "https://127.0.0.1:6443" url_kubelet = "https://127.0.0.1:10250" bearer_token = "/run/secrets/kubernetes.io/serviceaccount/token" insecure_skip_verify = true name_prefix = "kube_inventory_"

Can the plugin be enhanced to include the pod names in the deployment metrics

Guida contributor