config

package
v0.0.0-...-b9f9d04 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultResyncTime                        = 5 * time.Minute
	DefaultConfigFilePath     string         = "/conf/targetallocator.yaml"
	DefaultCRScrapeInterval   model.Duration = model.Duration(time.Second * 30)
	DefaultAllocationStrategy                = "consistent-hashing"
	DefaultFilterStrategy                    = "relabel-config"
)

Variables

This section is empty.

Functions

func LoadFromCLI

func LoadFromCLI(target *Config, flagSet *pflag.FlagSet) error

func LoadFromFile

func LoadFromFile(file string, target *Config) error

func ValidateConfig

func ValidateConfig(config *Config) error

ValidateConfig validates the cli and file configs together.

Types

type Config

type Config struct {
	ListenAddr             string                `yaml:"listen_addr,omitempty"`
	KubeConfigFilePath     string                `yaml:"kube_config_file_path,omitempty"`
	ClusterConfig          *rest.Config          `yaml:"-"`
	RootLogger             logr.Logger           `yaml:"-"`
	CollectorSelector      *metav1.LabelSelector `yaml:"collector_selector,omitempty"`
	PromConfig             *promconfig.Config    `yaml:"config"`
	AllocationStrategy     string                `yaml:"allocation_strategy,omitempty"`
	FilterStrategy         string                `yaml:"filter_strategy,omitempty"`
	PrometheusCR           PrometheusCRConfig    `yaml:"prometheus_cr,omitempty"`
	PodMonitorSelector     map[string]string     `yaml:"pod_monitor_selector,omitempty"`
	ServiceMonitorSelector map[string]string     `yaml:"service_monitor_selector,omitempty"`
}

func CreateDefaultConfig

func CreateDefaultConfig() Config

func Load

func Load() (*Config, error)

type PrometheusCRConfig

type PrometheusCRConfig struct {
	Enabled        bool           `yaml:"enabled,omitempty"`
	ScrapeInterval model.Duration `yaml:"scrape_interval,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL