Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version gets defined by the build system. Version = "0.0.0-dev" // Revision indicates the commit this binary was built from. Revision string // BuildDate indicates the date this binary was built. BuildDate string // GoVersion running this binary. GoVersion = runtime.Version() )
Functions ¶
func Collector ¶
func Collector(ns string) *prometheus.GaugeVec
Collector simply exports the version information for Prometheus.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.