Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DescLdapConns = prometheus.NewDesc("workspace_ldap_connections", "Number of connections to the Google Workspace LDAP bridge", nil, nil) DescLdapBinds = prometheus.NewDesc("workspace_ldap_binds", "Number of binds to the Google Workspace LDAP bridge", nil, nil) DescLdapUnbinds = prometheus.NewDesc("workspace_ldap_unbinds", "Number of unbinds to the Google Workspace LDAP bridge", nil, nil) DescLdapSearches = prometheus.NewDesc("workspace_ldap_searches", "Number of searches to the Google Workspace LDAP bridge", nil, nil) )
Functions ¶
This section is empty.
Types ¶
type LdapCollector ¶
type LdapCollector struct {
// contains filtered or unexported fields
}
func NewLdapCollector ¶
func NewLdapCollector(server *ldap.Server) *LdapCollector
func (*LdapCollector) Collect ¶
func (l *LdapCollector) Collect(metrics chan<- prometheus.Metric)
func (*LdapCollector) Describe ¶
func (l *LdapCollector) Describe(descs chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.