Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PhiGauge = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "server_phivalue", Help: "Phi value", }, []string{"server_name"}, ) ServerRuntime = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "server_runtime_seconds", Help: "Server runtime in seconds", }, []string{"server_name"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.