prometheus

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2017 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TPRGroup   = "monitoring.coreos.com"
	TPRVersion = "v1alpha1"

	TPRPrometheusesKind    = "prometheuses"
	TPRServiceMonitorsKind = "servicemonitors"
)

Variables

This section is empty.

Functions

func ListOptions

func ListOptions(name string) api.ListOptions

func NewPrometheusListWatch

func NewPrometheusListWatch(client *rest.RESTClient) *cache.ListWatch

NewPrometheusListWatch returns a new ListWatch on the Prometheus resource.

func NewPrometheusRESTClient

func NewPrometheusRESTClient(c rest.Config) (*rest.RESTClient, error)

func NewServiceMonitorListWatch

func NewServiceMonitorListWatch(client *rest.RESTClient) *cache.ListWatch

NewServiceMonitorListWatch returns a new ListWatch on the ServiceMonitor resource.

func PrometheusStatus

func PrometheusStatus(kclient *kubernetes.Clientset, p *spec.Prometheus) (*spec.PrometheusStatus, []*v1.Pod, error)

Types

type Config

type Config struct {
	Host        string
	TLSInsecure bool
	TLSConfig   rest.TLSClientConfig
}

Config defines configuration parameters for the Operator.

type MonitoringClient

type MonitoringClient struct {
	*rest.RESTClient
}

func NewForConfig

func NewForConfig(c *rest.Config) (*MonitoringClient, error)

func (*MonitoringClient) Prometheuses

func (c *MonitoringClient) Prometheuses(namespace string) PrometheusInterface

type Operator

type Operator struct {
	// contains filtered or unexported fields
}

Operator manages lify cycle of Prometheus deployments and monitoring configurations.

func New

func New(conf Config, logger log.Logger) (*Operator, error)

New creates a new controller.

func (*Operator) Run

func (c *Operator) Run(stopc <-chan struct{}) error

Run the controller.

type PrometheusInterface

type PrometheusInterface interface {
	Get(name string) (*spec.Prometheus, error)
}

Jump to

Keyboard shortcuts

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