Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpeakerDeckCollector ¶
type SpeakerDeckCollector struct {
// contains filtered or unexported fields
}
SpeakerDeckCollector collects SpeakerDeck metrics. It implements prometheus.Collector interface.
func NewSpeakerDeckCollector ¶
func NewSpeakerDeckCollector(client client.Client, users string) *SpeakerDeckCollector
NewSpeakerDeckCollector creates a SpeakerDeckCollector.
func (*SpeakerDeckCollector) Collect ¶
func (c *SpeakerDeckCollector) Collect(channel chan<- prometheus.Metric)
Collect fetches metrics from SpeakerDeck and sends them to the provided channel.
func (*SpeakerDeckCollector) Describe ¶
func (c *SpeakerDeckCollector) Describe(channel chan<- *prometheus.Desc)
Describe sends the super-set of all possible descriptors of SpeakerDeck metrics to the provided channel.
Click to show internal directories.
Click to hide internal directories.