Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sDecorator ¶
type K8sDecorator struct { TagService bool `toml:"tag_service"` ClusterName string `toml:"cluster_name"` HostIP string `toml:"host_ip"` NodeName string `toml:"node_name"` PrefFullPodName bool `toml:"prefer_full_pod_name"` // contains filtered or unexported fields }
func (*K8sDecorator) Description ¶
func (k *K8sDecorator) Description() string
func (*K8sDecorator) SampleConfig ¶
func (k *K8sDecorator) SampleConfig() string
func (*K8sDecorator) Shutdown ¶
func (k *K8sDecorator) Shutdown()
Shutdown currently does not get called, as telegraf does not have a cleanup hook for Filter plugins
Click to show internal directories.
Click to hide internal directories.