promstats

package
v1.66.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

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

func StartMetrics(wg *sync.WaitGroup)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL