mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-06 06:44:43 +00:00
add recommendation to prefix with ldap
Signed-off-by: Mark Dordoy <mdordoy@palantir.com>
This commit is contained in:
parent
5631166075
commit
ca6eb75685
@ -345,7 +345,7 @@ func newADCollector(logger log.Logger) (Collector, error) {
|
||||
nil,
|
||||
),
|
||||
LdapClientSessions: prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, subsystem, "client_sessions"),
|
||||
prometheus.BuildFQName(Namespace, subsystem, "ldap_client_sessions"),
|
||||
"This is the number of sessions opened by LDAP clients at the time the data is taken. This is helpful in determining LDAP client activity and if the DC is able to handle the load. Of course, spikes during normal periods of authentication — such as first thing in the morning — are not necessarily a problem, but long sustained periods of high values indicate an overworked DC.",
|
||||
nil,
|
||||
nil,
|
||||
|
Loading…
Reference in New Issue
Block a user