Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigServer ¶ added in v0.59.0
type ConfigServer struct {
// contains filtered or unexported fields
}
func NewConfigServer ¶ added in v0.59.0
func NewConfigServer() *ConfigServer
func (*ConfigServer) Convert ¶ added in v0.59.0
Convert is intended to be called as the final service confmap.Converter, which registers the service config before being finally resolved and unmarshalled.
func (*ConfigServer) Register ¶ added in v0.59.0
func (cs *ConfigServer) Register()
func (*ConfigServer) SetForScheme ¶ added in v0.59.0
func (cs *ConfigServer) SetForScheme(scheme string, config map[string]any)
func (*ConfigServer) Unregister ¶ added in v0.59.0
func (cs *ConfigServer) Unregister()
type ConfigType ¶ added in v0.59.0
type ConfigType int
type MoveHecTLS ¶ added in v0.37.0
type MoveHecTLS struct{}
type MoveOTLPInsecureKey ¶
type MoveOTLPInsecureKey struct{}
type RemoveBallastKey ¶
type RemoveBallastKey struct{}
RemoveBallastKey is a MapConverter that removes a ballast_size_mib on a memory_limiter processor config if it exists. This config key will go away at some point (or already has) at which point its presence in a config will prevent the Collector from starting.
type RenameK8sTagger ¶ added in v0.37.0
type RenameK8sTagger struct{}
RenameK8sTagger will replace k8s_tagger processor items with k8sattributes ones.
Click to show internal directories.
Click to hide internal directories.