metrics

package
v0.0.0-...-9f18f41 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BucketMap map[string]metricF = map[string]metricF{
	"disk_used":      diskUsed,
	"disk_free":      diskFree,
	"disk_total":     diskTotal,
	"mem_used":       memUsed,
	"mem_available":  memAvailable,
	"mem_total":      memTotal,
	"system_load_1":  load1,
	"system_load_15": load15,
	"system_load_5":  load5,
}

Functions

This section is empty.

Types

type DataPoint

type DataPoint struct {
	Name  string
	Value float64
}

type JsonMetric

type JsonMetric struct {
	DataPoint
	Timestamp string
}

type JsonPayload

type JsonPayload struct {
	Timestamp string
	Metrics   []JsonMetric
}

Jump to

Keyboard shortcuts

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