Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientLastMetricTimestamp = prometheus.NewGauge( prometheus.GaugeOpts{ Name: "heplify_client_in_last_metric_timestamp", Help: "Inbound client's last metric arrival", }, )
View Source
var ConnectedClients = prometheus.NewCounter( prometheus.CounterOpts{ Name: "heplify_client_connects_in", Help: "No of inbound client connects", }, )
View Source
var ConnectionStatus = prometheus.NewGauge( prometheus.GaugeOpts{ Name: "heplify_connection_status_out", Help: "Connection status OUT - 1 is connected, 0 is disconnected", }, )
View Source
var HepBytesInFile = prometheus.NewGauge( prometheus.GaugeOpts{ Name: "heplify_hep_bytes_in_file", Help: "No of HEP bytes in file", }, )
View Source
var HepFileFlushesError = prometheus.NewCounter( prometheus.CounterOpts{ Name: "heplify_hep_file_flushes_error", Help: "No of times HEP pakets from file failed sending over network to backend HEP server", }, )
View Source
var HepFileFlushesSuccess = prometheus.NewCounter( prometheus.CounterOpts{ Name: "heplify_hep_file_flushes_success", Help: "No of times HEP pakets from file have been successfully sent over network to backend HEP server", }, )
Functions ¶
func StartMetrics ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.