Documentation ¶ Index ¶ Variables func RegisterAdapter(name string, n Register) type Output type Register Constants ¶ This section is empty. Variables ¶ View Source var Adapters = map[string]Register{} Adapters is the list of registered output adapters Functions ¶ func RegisterAdapter ¶ func RegisterAdapter(name string, n Register) Types ¶ type Output ¶ type Output interface { // InsertNode stores statistics per node Save(nodes *runtime.Nodes) } Output interface to use for implementation in e.g. influxdb type Register ¶ type Register func(config map[string]interface{}) (Output, error) Register function with config to get a output interface Source Files ¶ View all Source files output.go Directories ¶ Show internal Expand all Path Synopsis all filter blacklist domainappendsite domainassite haslocation inarea noowner site meshviewer meshviewer-ffrgb nodelist Click to show internal directories. Click to hide internal directories.