Documentation
¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ControllerOTELComponents ¶ added in v0.4.0
func ControllerOTELComponents( alerter alerts.Alerter, alertMgr *alertmanager.AlertManager, ) (otelcol.Factories, error)
ControllerOTELComponents constructs OTEL Collector Factories for Controller.
func ModuleForControllerOTEL ¶ added in v0.4.0
ModuleForControllerOTEL provides fx options for ControllerOTELComponents.
Types ¶
type ControllerOTELConfig ¶ added in v0.22.0
type ControllerOTELConfig struct {
otelconfig.CommonOTELConfig `json:",inline"`
}
ControllerOTELConfig is the configuration for Agent's OTEL collector. swagger:model +kubebuilder:object:generate=true
func (*ControllerOTELConfig) DeepCopy ¶ added in v0.22.0
func (in *ControllerOTELConfig) DeepCopy() *ControllerOTELConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerOTELConfig.
func (*ControllerOTELConfig) DeepCopyInto ¶ added in v0.22.0
func (in *ControllerOTELConfig) DeepCopyInto(out *ControllerOTELConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.