marathon

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2017 License: MIT Imports: 10 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 {
	Enabled         bool          `toml:"enabled" override:"enabled"`
	ID              string        `toml:"id" override:"id"`
	Servers         []string      `toml:"servers" override:"servers"`
	Timeout         toml.Duration `toml:"timeout" override:"timeout"`
	RefreshInterval toml.Duration `toml:"refresh-interval" override:"refresh-interval"`
	BearerToken     string        `toml:"bearer-token" override:"bearer-token,redact"`
	// Path to CA file
	SSLCA string `toml:"ssl-ca" override:"ssl-ca"`
	// Path to host cert file
	SSLCert string `toml:"ssl-cert" override:"ssl-cert"`
	// Path to cert key file
	SSLKey string `toml:"ssl-key" override:"ssl-key"`
	// SSLServerName is used to verify the hostname for the targets.
	SSLServerName string `toml:"ssl-server-name" override:"ssl-server-name"`
	// Use SSL but skip chain & host verification
	InsecureSkipVerify bool `toml:"insecure-skip-verify" override:"insecure-skip-verify"`
}

Config is Marathon service discovery configuration

func (*Config) Init

func (m *Config) Init()

Init adds default values to existing Marathon configuration

func (Config) Prom

func (m Config) Prom(c *config.ScrapeConfig)

Prom writes the prometheus configuration for discoverer into ScrapeConfig

func (Config) PromConfig

func (m Config) PromConfig() *config.MarathonSDConfig

PromConfig returns the prometheus configuration for this discoverer

func (Config) Service

func (m Config) Service() string

Service return discoverer type

func (Config) ServiceID

func (m Config) ServiceID() string

ServiceID returns the discoverers name

func (Config) Validate

func (m Config) Validate() error

Validate validates Marathon configuration values

type Service

type Service struct {
	Configs []Config
	// contains filtered or unexported fields
}

Service is the marathon discovery service

func NewService

func NewService(c []Config, r scraper.Registry, l *log.Logger) *Service

NewService creates a new unopened service

func (*Service) Close

func (s *Service) Close() error

Close stops the service

func (*Service) Open

func (s *Service) Open() error

Open starts the service

func (*Service) Test

func (s *Service) Test(options interface{}) error

Test a service with the provided options.

func (*Service) TestOptions

func (s *Service) TestOptions() interface{}

TestOptions returns an object that is in turn passed to Test.

func (*Service) Update

func (s *Service) Update(newConfigs []interface{}) error

Update updates configuration while running

Jump to

Keyboard shortcuts

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