Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scraper ¶
type Scraper struct {
// contains filtered or unexported fields
}
func NewScraper ¶
func NewScraper(logger *zap.SugaredLogger, username, password, routerHost string) *Scraper
func (*Scraper) Collect ¶
func (s *Scraper) Collect(ch chan<- prometheus.Metric)
func (*Scraper) Describe ¶
func (s *Scraper) Describe(descs chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.