influxdata/telegraf

[kube inventory plugin] map deployment to pods

Open

#16.142 geöffnet am 5. Nov. 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (4.161 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (9.892 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 12h) (136 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide