node

package
v0.0.0-...-be347a3 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(base mb.BaseMetricSet) (mb.MetricSet, error)

New creates new instance of MetricSet

Types

type ClusterMetricSet

type ClusterMetricSet struct {
	*rabbitmq.MetricSet
}

ClusterMetricSet is the MetricSet type used when node.collect is "all"

func (*ClusterMetricSet) Fetch

func (m *ClusterMetricSet) Fetch(r mb.ReporterV2) error

Fetch metrics from all rabbitmq nodes in the cluster

type Config

type Config struct {
	// Collect mode
	// - `node` to collect metrics for endpoint only (default)
	// - `cluster` to collect metrics for all nodes in the cluster
	Collect string `config:"node.collect"`
}

Config for node metricset

type MetricSet

type MetricSet struct {
	*rabbitmq.MetricSet
}

MetricSet for fetching RabbitMQ node metrics

func (*MetricSet) Fetch

func (m *MetricSet) Fetch(r mb.ReporterV2) error

Fetch metrics from rabbitmq node

Jump to

Keyboard shortcuts

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