config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AkumuliClientConfig

type AkumuliClientConfig struct {
	Addr    string        `yaml:"addr"`
	Timeout time.Duration `yaml:"timeout"`
}

func NewAkumuliClientConfig

func NewAkumuliClientConfig() *AkumuliClientConfig

type GraphiteClientConfig

type GraphiteClientConfig struct {
	Addr    string        `yaml:"addr"`
	Timeout time.Duration `yaml:"timeout"`
}

func NewGraphiteClientConfig

func NewGraphiteClientConfig() *GraphiteClientConfig

type InfluxdbClientConfig

type InfluxdbClientConfig struct {
	Addr     string `yaml:"addr"`
	Database string `yaml:"database"`
}

func NewInfluxdbClientConfig

func NewInfluxdbClientConfig() *InfluxdbClientConfig

type KairosdbClientConfig

type KairosdbClientConfig struct {
	Addr       string        `yaml:"addr"`
	Telnet     bool          `yaml:"telnet"`
	TelnetAddr string        `yaml:"telnetAddr"`
	Timeout    time.Duration `yaml:"timeout"`
}

func NewKairosdbClientConfig

func NewKairosdbClientConfig() *KairosdbClientConfig

type XephonKClientConfig

type XephonKClientConfig struct {
	Addr     string `yaml:"addr"`
	Prepare  bool   `yaml:"prepare"`
	Columnar bool   `yaml:"columnar"`
}

func NewXephonkClientConfig

func NewXephonkClientConfig() *XephonKClientConfig

Jump to

Keyboard shortcuts

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