package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jan 24, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Metrics []Metric `yaml:"metrics"`
}
type Metric struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
Size int `yaml:"size"`
Labels map[string][]string `yaml:"labels"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.