core

package
v6.0.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package core collects cpu core metrics from the host OS.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

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

New returns a new core MetricSet.

Types

type Config

type Config struct {
	Metrics  []string `config:"core.metrics"`
	CPUTicks *bool    `config:"cpu_ticks"` // Deprecated.
}

Config for the system core metricset.

func (Config) Validate

func (c Config) Validate() error

Validate validates the core config.

type MetricSet

type MetricSet struct {
	mb.BaseMetricSet
	// contains filtered or unexported fields
}

MetricSet for fetching system core metrics.

func (*MetricSet) Fetch

func (m *MetricSet) Fetch(report mb.Reporter)

Fetch fetches CPU core metrics from the OS.

Jump to

Keyboard shortcuts

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