Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestCollector ¶
type RequestCollector struct {
Count *prometheus.Desc
// contains filtered or unexported fields
}
func NewRequestCollector ¶
func NewRequestCollector(client *goverseerr.Overseerr, doGenre, doCompany bool) *RequestCollector
func (*RequestCollector) Collect ¶
func (rc *RequestCollector) Collect(ch chan<- prometheus.Metric)
func (*RequestCollector) Describe ¶
func (rc *RequestCollector) Describe(ch chan<- *prometheus.Desc)
type RequestMetricLabel ¶
type UserCollector ¶
type UserCollector struct {
Requests *prometheus.Desc
// contains filtered or unexported fields
}
func NewUserCollector ¶
func NewUserCollector(client *goverseerr.Overseerr) *UserCollector
func (*UserCollector) Collect ¶
func (rc *UserCollector) Collect(ch chan<- prometheus.Metric)
func (*UserCollector) Describe ¶
func (rc *UserCollector) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.