Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PromConfig config.Config `yaml:",inline"` PromxyConfig `yaml:"promxy"` }
Common configuration for all storage nodes
func ConfigFromFile ¶
type PromReloadable ¶
type PromReloadableWrap ¶
type PromReloadableWrap struct {
R PromReloadable
}
func (*PromReloadableWrap) ApplyConfig ¶
func (p *PromReloadableWrap) ApplyConfig(c *Config) error
type PromxyConfig ¶
type PromxyConfig struct { HTTPConfig config.HTTPClientConfig `yaml:"http_client"` // Our own configs ServerGroups []*servergroup.Config `yaml:"server_groups"` }
type Reloadable ¶
func WrapPromReloadable ¶
func WrapPromReloadable(p PromReloadable) Reloadable
Click to show internal directories.
Click to hide internal directories.