Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graphite ¶
type Graphite struct {
// URL is only for backwards compatibility
Servers []string
Prefix string
Template string
Timeout int
// Path to CA file
SSLCA string `toml:"ssl_ca"`
// Path to host cert file
SSLCert string `toml:"ssl_cert"`
// Path to cert key file
SSLKey string `toml:"ssl_key"`
// Skip SSL verification
InsecureSkipVerify bool
// contains filtered or unexported fields
}
func (*Graphite) Description ¶
func (*Graphite) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.