etcd_metrics_server

package
v0.0.47 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Etcd

type Etcd struct {

	/*Port - Descr: port of ETCD server to instrument Default: 4001
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Machine - Descr: address of ETCD server to instrument Default: 127.0.0.1
	 */
	Machine interface{} `yaml:"machine,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type EtcdMetricsServer

type EtcdMetricsServer struct {

	/*Etcd - Descr: port of ETCD server to instrument Default: 4001
	 */
	Etcd *Etcd `yaml:"etcd,omitempty"`

	/*Nats - Descr: NATS server password Default: <nil>
	 */
	Nats *Nats `yaml:"nats,omitempty"`

	/*Status - Descr: basic auth username for metrics server (leave empty for generated) Default:
	 */
	Status *Status `yaml:"status,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type EtcdMetricsServerJob

type EtcdMetricsServerJob struct {

	/*EtcdMetricsServer - Descr: port of ETCD server to instrument Default: 4001
	 */
	EtcdMetricsServer *EtcdMetricsServer `yaml:"etcd_metrics_server,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Nats

type Nats struct {

	/*Password - Descr: NATS server password Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*Machines - Descr: array of NATS addresses Default: <nil>
	 */
	Machines interface{} `yaml:"machines,omitempty"`

	/*Port - Descr: NATS server port Default: 4222
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Username - Descr: NATS server username Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Status

type Status struct {

	/*Username - Descr: basic auth username for metrics server (leave empty for generated) Default:
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Password - Descr: basic auth password for metrics server (leave empty for generated) Default:
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*Port - Descr: listening port for metrics server Default: 5678
	 */
	Port interface{} `yaml:"port,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

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