config

package
v0.0.0-...-b9a9d18 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ConcurrencyLimitPerServer int              `mapstructure:"concurrencyLimitPerServer"`
	MaxIdleConnsPerHost       int              `mapstructure:"maxIdleConnsPerHost"`
	Backends                  []string         `mapstructure:"backends"`
	BackendsV2                types.BackendsV2 `mapstructure:"backendsv2"`
	MaxGlobs                  int              `mapstructure:"maxGlobs"`
	MaxTries                  int              `mapstructure:"maxTries"`

	CarbonSearch   types.CarbonSearch
	CarbonSearchV2 types.CarbonSearchV2

	ExpireDelaySec       int32
	InternalRoutingCache time.Duration
	Timeouts             types.Timeouts
	KeepAliveInterval    time.Duration `yaml:"keepAliveInterval"`
}

Config is a structure that contains zipper-related configuration bits

Jump to

Keyboard shortcuts

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