Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorMetrics ¶
type CollectorMetrics struct {
// contains filtered or unexported fields
}
CollectorMetrics is a metrics for collector.
func NewCollectorMetrics ¶
func NewCollectorMetrics(registerer prometheus.Registerer) *CollectorMetrics
NewCollectorMetrics ...
func (*CollectorMetrics) RecordCollectionError ¶
func (m *CollectorMetrics) RecordCollectionError(multiplayer domain.Multiplayer)
RecordCollectionError ...
func (*CollectorMetrics) RecordInsertError ¶
func (m *CollectorMetrics) RecordInsertError()
RecordInsertError ...
func (*CollectorMetrics) RecordServersCollected ¶
func (m *CollectorMetrics) RecordServersCollected(multiplayer domain.Multiplayer, count int)
RecordServersCollected ...
Click to show internal directories.
Click to hide internal directories.