Documentation
¶
Index ¶
Constants ¶
View Source
const (
Namespace = "m365"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCollector ¶
type BaseCollector struct {
// contains filtered or unexported fields
}
func NewBaseCollector ¶
func NewBaseCollector(msGraphClient *msgraphsdk.GraphServiceClient, collector string) BaseCollector
func (*BaseCollector) Collect ¶
func (c *BaseCollector) Collect(ch chan<- prometheus.Metric)
func (*BaseCollector) Describe ¶
func (c *BaseCollector) Describe(ch chan<- *prometheus.Desc)
func (*BaseCollector) GraphClient ¶
func (c *BaseCollector) GraphClient() *msgraphsdk.GraphServiceClient
func (*BaseCollector) ScrapeWorker ¶
Click to show internal directories.
Click to hide internal directories.