From 22e15366eb5ae2e1f29c7d57b0e2045de424b0be Mon Sep 17 00:00:00 2001 From: Maayan Agranat <107346841+maayanagranat@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:52:14 +0200 Subject: [PATCH] Update metrics_stream_engine.md add db_config --- content/operate/rs/monitoring/metrics_stream_engine.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/operate/rs/monitoring/metrics_stream_engine.md b/content/operate/rs/monitoring/metrics_stream_engine.md index 9619446fa2..f597f8d2d2 100644 --- a/content/operate/rs/monitoring/metrics_stream_engine.md +++ b/content/operate/rs/monitoring/metrics_stream_engine.md @@ -116,4 +116,5 @@ For database performance, availability, and efficiency, monitor the following me | Security – LDAP | `endpoint_successful_ldap_authentication`,
`endpoint_failed_ldap_authentication`,
`endpoint_disconnected_ldap_client` | Monitor authentication health and detect brute-force attacks or misconfigurations. | Counter | | Security – cert-based | `endpoint_successful_cba_authentication`,
`endpoint_failed_cba_authentication`,
`endpoint_disconnected_cba_client` | Monitor certificate authentication status and failures. | Counter | | Security – password | `endpoint_disconnected_user_password_client` | Monitor password-authentication client disconnects and correlate with policy changes. | Counter | -| Security – ACL | `acl_access_denied_auth`,
`acl_access_denied_cmd`,
`acl_access_denied_key`,
`acl_access_denied_channel` | Monitor unauthorized access attempts and incorrectly scoped ACLs. | Counter | +| Security – ACL | `redis_server_acl_access_denied_auth`,
`redis_server_acl_access_denied_cmd`,
`redis_server_acl_access_denied_key`,
`redis_server_acl_access_denied_channel` | Monitor unauthorized access attempts and incorrectly scoped ACLs. | Counter | +| Configuration | `db_config`| This is an information metric that holds database configuration within labels such as: db_name, db_version, db_port, tls_mode. | counter |