package
Version:
v0.1.13
Opens a new window with list of versions in this module.
Published: Feb 22, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
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
}
Config represents a collection of Metrics.
New returns a new Config struct.
type Metric struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
OidStub string `yaml:"oidStub"`
MlabUplinkName string `yaml:"mlabUplinkName"`
MlabMachineName string `yaml:"mlabMachineName"`
}
Metric represents all the information needed for an SNMP metric.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.