Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitFactory ¶
func List ¶
func List() []string
List lists all registered metric collectors. It is used by the server API for GET /registered.
func Make ¶
Make makes a metric collector for the domain using a previously registered factory.
See types in the blip package for more details.
func PrintDomains ¶
func PrintDomains() string
func Register ¶
func Register(domain string, f blip.CollectorFactory) error
Register registers a factory that makes one or more collector by domain name. This is function is one several integration points because it allows users to plug in new metric collectors by providing a factory to make them. Blip calls this function in an init function to register the built-in metric collectors.
See types in the blip package for more details.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package statusglobal provides the status.global metric domain collector.
|
Package statusglobal provides the status.global metric domain collector. |
Click to show internal directories.
Click to hide internal directories.