collector

package
v0.0.0-...-94d2259 Latest Latest
Warning

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

Go to latest
Published: May 28, 2015 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

Exporter is a prometheus exporter using multiple Factories to collect and export system metrics.

Index

Constants

View Source
const Namespace = "node"

Variables

View Source
var Factories = make(map[string]func() (Collector, error))

Functions

This section is empty.

Types

type Collector

type Collector interface {
	// Get new metrics and expose them via prometheus registry.
	Update(ch chan<- prometheus.Metric) (err error)
}

Interface a collector has to implement.

func NewBondingCollector

func NewBondingCollector() (Collector, error)

NewBondingCollector returns a newly allocated bondingCollector. It exposes the number of configured and active slave of linux bonding interfaces.

func NewDiskstatsCollector

func NewDiskstatsCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing disk device stats.

func NewFilesystemCollector

func NewFilesystemCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing network device filesystems.

func NewGmondCollector

func NewGmondCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector scraping ganglia.

func NewIPVSCollector

func NewIPVSCollector() (Collector, error)

NewIPVSCollector sets up a new collector for IPVS metrics. It accepts the "procfs" config parameter to override the default proc location (/proc).

func NewInterruptsCollector

func NewInterruptsCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing interrupts stats

func NewLastLoginCollector

func NewLastLoginCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing load, seconds since last login and a list of tags as specified by config.

func NewLoadavgCollector

func NewLoadavgCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing load, seconds since last login and a list of tags as specified by config.

func NewMegaCliCollector

func NewMegaCliCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing RAID status through megacli.

func NewMeminfoCollector

func NewMeminfoCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing memory stats.

func NewNetDevCollector

func NewNetDevCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing network device stats.

func NewNetStatCollector

func NewNetStatCollector() (Collector, error)

NewNetStatCollector takes a returns a new Collector exposing network stats.

func NewNtpCollector

func NewNtpCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing the offset between ntp and the current system time.

func NewRunitCollector

func NewRunitCollector() (Collector, error)

func NewStatCollector

func NewStatCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing network device stats.

func NewTCPStatCollector

func NewTCPStatCollector() (Collector, error)

NewTCPStatCollector takes a returns a new Collector exposing network stats.

func NewTextFileCollector

func NewTextFileCollector() (Collector, error)

Takes a registers a SetMetricFamilyInjectionHook.

func NewTimeCollector

func NewTimeCollector() (Collector, error)

Takes a prometheus registry and returns a new Collector exposing the current system time in seconds since epoch.

type TCPConnectionState

type TCPConnectionState int
const (
	TCP_ESTABLISHED TCPConnectionState = iota + 1
	TCP_SYN_SENT
	TCP_SYN_RECV
	TCP_FIN_WAIT1
	TCP_FIN_WAIT2
	TCP_TIME_WAIT
	TCP_CLOSE
	TCP_CLOSE_WAIT
	TCP_LAST_ACK
	TCP_LISTEN
	TCP_CLOSING
)

func (TCPConnectionState) String

func (st TCPConnectionState) String() string

Directories

Path Synopsis
Types for unmarshalling gmond's XML output.
Types for unmarshalling gmond's XML output.

Jump to

Keyboard shortcuts

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