exchange: export LDAP average-timer denominator counters for ADAccess metrics (#2474)

Co-authored-by: jkroepke <1560587+jkroepke@users.noreply.github.com>
Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Copilot
2026-08-16 18:51:33 +00:00
committed by GitHub
co-authored by jkroepke Jan-Otto Kröpke
parent b85c86295c
commit d2100abf8a
2 changed files with 48 additions and 0 deletions
+3
View File
@@ -27,8 +27,11 @@ Comma-separated list of collectors to use, for example: `--collectors.exchange.e
| `windows_exchange_rpc_operations_total` | The rate at which RPC operations occur |
| `windows_exchange_rpc_user_count` | Number of users |
| `windows_exchange_ldap_read_time_sec` | Time (sec) to send an LDAP read request and receive a response |
| `windows_exchange_ldap_read_operations_total` | Total number of LDAP read operations |
| `windows_exchange_ldap_search_time_sec` | Time (sec) to send an LDAP search request and receive a response |
| `windows_exchange_ldap_search_operations_total` | Total number of LDAP search operations |
| `windows_exchange_ldap_write_time_sec` | Time (sec) to send an LDAP Add/Modify/Delete request and receive a response |
| `windows_exchange_ldap_write_operations_total` | Total number of LDAP Add/Modify/Delete operations |
| `windows_exchange_ldap_timeout_errors_total` | Total number of LDAP timeout errors |
| `windows_exchange_ldap_long_running_ops_per_sec` | Long Running LDAP operations per second |
| `windows_exchange_transport_queues_external_active_remote_delivery` | External Active Remote Delivery Queue length |