Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OTelConfigMutator ¶
OTelConfigMutator receives the root OTEL conf map and may mutate it.
type Option ¶
type Option func(*runOptions)
Option configures how Run builds both the Collector and the OTEL config.
func WithCollectorSettings ¶
func WithCollectorSettings(mut func(*otelcol.CollectorSettings)) Option
WithCollectorSettings lets callers tweak CollectorSettings before NewCollector.
func WithOTelConfigMutator ¶
func WithOTelConfigMutator(m OTelConfigMutator) Option
WithOTelConfigMutator registers a raw mutator (maximum flexibility).
func WithOTelYAMLOverlay ¶
WithOTelYAMLOverlay merges a YAML snippet into the generated config (deep-merge).
func WithSkipSettingGRPCLogger ¶
WithSkipSettingGRPCLogger avoids setting the grpc logger
Click to show internal directories.
Click to hide internal directories.