Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoResources = errors.New("there are no resources deployed that the collector(s) can use")
Functions ¶
This section is empty.
Types ¶
type OtelColConfigInput ¶
type OtelColConfigInput struct { components.ResourceRelations MemoryLimiter v1alpha1.MemoryLimiter Debug bool }
func (*OtelColConfigInput) AssembleConfig ¶
func (cfgInput *OtelColConfigInput) AssembleConfig(ctx context.Context) (otelv1beta1.Config, map[string]string)
func (*OtelColConfigInput) IsEmpty ¶
func (cfgInput *OtelColConfigInput) IsEmpty() bool
func (*OtelColConfigInput) ValidateConfig ¶
func (cfgInput *OtelColConfigInput) ValidateConfig() error
Click to show internal directories.
Click to hide internal directories.