Documentation ¶
Index ¶
- Constants
- type K8sTag
- func (g *K8sTag) ConfigOptions() []Option
- func (g *K8sTag) Description() string
- func (g *K8sTag) RawTransform(datas []string) ([]string, error)
- func (g *K8sTag) SampleConfig() string
- func (g *K8sTag) Stage() string
- func (g *K8sTag) Stats() StatsInfo
- func (g *K8sTag) Transform(datas []Data) ([]Data, error)
- func (g *K8sTag) Type() string
Constants ¶
View Source
const ( K8sTagType = "k8stag" K8sPodName = "k8s_pod_name" K8sNamespace = "k8s_namespace" K8sContainerName = "k8s_container_name" K8sContainerId = "k8s_container_id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sTag ¶
type K8sTag struct { SourceFileKey string `json:"sourcefilefield"` // contains filtered or unexported fields }
func (*K8sTag) ConfigOptions ¶
func (g *K8sTag) ConfigOptions() []Option
func (*K8sTag) Description ¶
func (*K8sTag) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.