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)
Click to show internal directories.
Click to hide internal directories.