collectors

package
v6.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2019 License: Apache-2.0 Imports: 7 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerMetricsCollector

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

func NewContainerMetricsCollector

func NewContainerMetricsCollector(
	namespace string,
	environment string,
	metricsStore *metrics.Store,
) *ContainerMetricsCollector

func (ContainerMetricsCollector) Collect

func (c ContainerMetricsCollector) Collect(ch chan<- prometheus.Metric)

func (ContainerMetricsCollector) Describe

func (c ContainerMetricsCollector) Describe(ch chan<- *prometheus.Desc)

type CounterEventsCollector

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

func NewCounterEventsCollector

func NewCounterEventsCollector(
	namespace string,
	environment string,
	metricsStore *metrics.Store,
) *CounterEventsCollector

func (CounterEventsCollector) Collect

func (c CounterEventsCollector) Collect(ch chan<- prometheus.Metric)

func (CounterEventsCollector) Describe

func (c CounterEventsCollector) Describe(ch chan<- *prometheus.Desc)

type HttpStartStopCollector

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

func NewHttpStartStopCollector

func NewHttpStartStopCollector(
	namespace string,
	environment string,
	metricsStore *metrics.Store,
) *HttpStartStopCollector

func (HttpStartStopCollector) Collect

func (c HttpStartStopCollector) Collect(ch chan<- prometheus.Metric)

func (HttpStartStopCollector) Describe

func (c HttpStartStopCollector) Describe(ch chan<- *prometheus.Desc)

type InternalMetricsCollector

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

func NewInternalMetricsCollector

func NewInternalMetricsCollector(
	namespace string,
	environment string,
	metricsStore *metrics.Store,
) *InternalMetricsCollector

func (InternalMetricsCollector) Collect

func (c InternalMetricsCollector) Collect(ch chan<- prometheus.Metric)

func (InternalMetricsCollector) Describe

func (c InternalMetricsCollector) Describe(ch chan<- *prometheus.Desc)

type ValueMetricsCollector

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

func NewValueMetricsCollector

func NewValueMetricsCollector(
	namespace string,
	environment string,
	metricsStore *metrics.Store,
) *ValueMetricsCollector

func (ValueMetricsCollector) Collect

func (c ValueMetricsCollector) Collect(ch chan<- prometheus.Metric)

func (ValueMetricsCollector) Describe

func (c ValueMetricsCollector) Describe(ch chan<- *prometheus.Desc)

Jump to

Keyboard shortcuts

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