Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusServer ¶ added in v0.2.4
type PrometheusServer struct { SpoolFilesOnDisk prometheus.Gauge SpoolFilesInQueue prometheus.Gauge SpoolFilesParsedDuration prometheus.Counter SpoolFilesParsed prometheus.Counter SpoolFilesLines prometheus.Counter BytesSend *prometheus.CounterVec SendDuration *prometheus.CounterVec // contains filtered or unexported fields }
func GetPrometheusServer ¶ added in v0.2.4
func GetPrometheusServer() PrometheusServer
func NewPrometheusServer ¶ added in v0.2.4
func NewPrometheusServer(address string) PrometheusServer
func (PrometheusServer) SetBufferLength ¶ added in v0.2.4
func (s PrometheusServer) SetBufferLength(length float64)
func (PrometheusServer) Stop ¶ added in v0.2.4
func (s PrometheusServer) Stop()
func (PrometheusServer) WatchResultQueueLength ¶ added in v0.2.4
func (s PrometheusServer) WatchResultQueueLength(channels map[data.Datatype]chan collector.Printable)
Click to show internal directories.
Click to hide internal directories.