From 117ba941dfae24933f9fc3f3875cb87e7f31a795 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Sun, 20 Aug 2023 11:04:39 +1000 Subject: [PATCH] fix(docs): Remove duplicate ADFS metrics Remaining metrics had the correct prefix (windows_adfs_) added. Signed-off-by: Ben Reedy --- docs/collector.adfs.md | 76 ++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 43 deletions(-) diff --git a/docs/collector.adfs.md b/docs/collector.adfs.md index a5851816..df5e1324 100644 --- a/docs/collector.adfs.md +++ b/docs/collector.adfs.md @@ -28,49 +28,39 @@ Name | Description | Type | Labels `windows_adfs_password_change_succeeded_total` | Total number of succeeded password changes. The Password Change Portal must be enabled in the AD FS Management tool in order to allow user password changes | counter | None `windows_adfs_token_requests_total` | Total number of requested access tokens | counter | None `windows_adfs_windows_integrated_authentications_total` | Total number of Windows integrated authentications using Kerberos or NTLM | counter | None -`ad_login_connection_failures_total` | Total number of connection failures to an Active Directory domain controller | counter | None -`certificate_authentications_total` | Total number of User Certificate authentications | counter | None -`device_authentications_total` | Total number of Device authentications | counter | None -`extranet_account_lockouts_total` | Total number of Extranet Account Lockouts | counter | None -`federated_authentications_total` | Total number of authentications from a federated source | counter | None -`passport_authentications_total` | Total number of Microsoft Passport SSO authentications | counter | None -`passive_requests_total` | Total number of passive (browser-based) requests | counter | None -`password_change_failed_total` | Total number of failed password changes | counter | None -`password_change_succeeded_total` | Total number of successful password changes | counter | None -`token_requests_total` | Total number of token requests | counter | None -`windows_integrated_authentications_total` | Total number of Windows integrated authentications (Kerberos/NTLM) | counter | None -`oauth_authorization_requests_total` | Total number of incoming requests to the OAuth Authorization endpoint | counter | None -`oauth_client_authentication_success_total` | Total number of successful OAuth client Authentications | counter | None -`oauth_client_authentication_failure_total` | Total number of failed OAuth client Authentications | counter | None -`oauth_client_credentials_failure_total` | Total number of failed OAuth Client Credentials Requests | counter | None -`oauth_client_credentials_success_total` | Total number of successful RP tokens issued for OAuth Client Credentials Requests | counter | None -`oauth_client_privkey_jwt_authentication_failure_total` | Total number of failed OAuth Client Private Key Jwt Authentications | counter | None -`oauth_client_privkey_jwt_authentications_success_total` | Total number of successful OAuth Client Private Key Jwt Authentications | counter | None -`oauth_client_secret_basic_authentications_failure_total` | Total number of failed OAuth Client Secret Basic Authentications | counter | None -`oauth_client_secret_basic_authentications_success_total` | Total number of successful OAuth Client Secret Basic Authentications | counter | None -`oauth_client_secret_post_authentications_failure_total` | Total number of failed OAuth Client Secret Post Authentications | counter | None -`oauth_client_secret_post_authentications_success_total` | Total number of successful OAuth Client Secret Post Authentications | counter | None -`oauth_client_windows_authentications_failure_total` | Total number of failed OAuth Client Windows Integrated Authentications | counter | None -`oauth_client_windows_authentications_success_total` | Total number of successful OAuth Client Windows Integrated Authentications | counter | None -`oauth_logon_certificate_requests_failure_total` | Total number of failed OAuth Logon Certificate Requests | counter | None -`oauth_logon_certificate_token_requests_success_total` | Total number of successful RP tokens issued for OAuth Logon Certificate Requests | counter | None -`oauth_password_grant_requests_failure_total` | Total number of failed OAuth Password Grant Requests | counter | None -`oauth_password_grant_requests_success_total` | Total number of successful OAuth Password Grant Requests | counter | None -`oauth_token_requests_success_total` | Total number of successful RP tokens issued over OAuth protocol | counter | None -`samlp_token_requests_success_total` | Total number of successful RP tokens issued over SAML-P protocol | counter | None -`sso_authentications_failure_total` | Total number of failed SSO authentications | counter | None -`sso_authentications_success_total` | Total number of successful SSO authentications | counter | None -`wsfed_token_requests_success_total` | Total number of successful RP tokens issued over WS-Fed protocol | counter | None -`wstrust_token_requests_success_total` | Total number of successful RP tokens issued over WS-Trust protocol | counter | None -`userpassword_authentications_failure_total` | Total number of failed AD U/P authentications | counter | None -`userpassword_authentications_success_total` | Total number of successful AD U/P authentications | counter | None -`external_authentications_failure_total` | Total number of failed authentications from external MFA providers | counter | None -`external_authentications_success_total` | Total number of successful authentications from external MFA providers | counter | None -`db_artifact_failure_total` | Total number of failures connecting to the artifact database | counter | None -`db_artifact_query_time_seconds_total` | Accumulator of time taken for an artifact database query | counter | None -`db_config_failure_total` | Total number of failures connecting to the configuration database | counter | None -`db_config_query_time_seconds_total` | Accumulator of time taken for a configuration database query | counter | None -`federation_metadata_requests_total` | Total number of Federation Metadata requests | counter | None +`windows_adfs_passive_requests_total` | Total number of passive (browser-based) requests | counter | None +`windows_adfs_oauth_authorization_requests_total` | Total number of incoming requests to the OAuth Authorization endpoint | counter | None +`windows_adfs_oauth_client_authentication_success_total` | Total number of successful OAuth client Authentications | counter | None +`windows_adfs_oauth_client_authentication_failure_total` | Total number of failed OAuth client Authentications | counter | None +`windows_adfs_oauth_client_credentials_failure_total` | Total number of failed OAuth Client Credentials Requests | counter | None +`windows_adfs_oauth_client_credentials_success_total` | Total number of successful RP tokens issued for OAuth Client Credentials Requests | counter | None +`windows_adfs_oauth_client_privkey_jwt_authentication_failure_total` | Total number of failed OAuth Client Private Key Jwt Authentications | counter | None +`windows_adfs_oauth_client_privkey_jwt_authentications_success_total` | Total number of successful OAuth Client Private Key Jwt Authentications | counter | None +`windows_adfs_oauth_client_secret_basic_authentications_failure_total` | Total number of failed OAuth Client Secret Basic Authentications | counter | None +`windows_adfs_oauth_client_secret_basic_authentications_success_total` | Total number of successful OAuth Client Secret Basic Authentications | counter | None +`windows_adfs_oauth_client_secret_post_authentications_failure_total` | Total number of failed OAuth Client Secret Post Authentications | counter | None +`windows_adfs_oauth_client_secret_post_authentications_success_total` | Total number of successful OAuth Client Secret Post Authentications | counter | None +`windows_adfs_oauth_client_windows_authentications_failure_total` | Total number of failed OAuth Client Windows Integrated Authentications | counter | None +`windows_adfs_oauth_client_windows_authentications_success_total` | Total number of successful OAuth Client Windows Integrated Authentications | counter | None +`windows_adfs_oauth_logon_certificate_requests_failure_total` | Total number of failed OAuth Logon Certificate Requests | counter | None +`windows_adfs_oauth_logon_certificate_token_requests_success_total` | Total number of successful RP tokens issued for OAuth Logon Certificate Requests | counter | None +`windows_adfs_oauth_password_grant_requests_failure_total` | Total number of failed OAuth Password Grant Requests | counter | None +`windows_adfs_oauth_password_grant_requests_success_total` | Total number of successful OAuth Password Grant Requests | counter | None +`windows_adfs_oauth_token_requests_success_total` | Total number of successful RP tokens issued over OAuth protocol | counter | None +`windows_adfs_samlp_token_requests_success_total` | Total number of successful RP tokens issued over SAML-P protocol | counter | None +`windows_adfs_sso_authentications_failure_total` | Total number of failed SSO authentications | counter | None +`windows_adfs_sso_authentications_success_total` | Total number of successful SSO authentications | counter | None +`windows_adfs_wsfed_token_requests_success_total` | Total number of successful RP tokens issued over WS-Fed protocol | counter | None +`windows_adfs_wstrust_token_requests_success_total` | Total number of successful RP tokens issued over WS-Trust protocol | counter | None +`windows_adfs_userpassword_authentications_failure_total` | Total number of failed AD U/P authentications | counter | None +`windows_adfs_userpassword_authentications_success_total` | Total number of successful AD U/P authentications | counter | None +`windows_adfs_external_authentications_failure_total` | Total number of failed authentications from external MFA providers | counter | None +`windows_adfs_external_authentications_success_total` | Total number of successful authentications from external MFA providers | counter | None +`windows_adfs_db_artifact_failure_total` | Total number of failures connecting to the artifact database | counter | None +`windows_adfs_db_artifact_query_time_seconds_total` | Accumulator of time taken for an artifact database query | counter | None +`windows_adfs_db_config_failure_total` | Total number of failures connecting to the configuration database | counter | None +`windows_adfs_db_config_query_time_seconds_total` | Accumulator of time taken for a configuration database query | counter | None +`windows_adfs_federation_metadata_requests_total` | Total number of Federation Metadata requests | counter | None ### Example metric Show rate of device authentications in AD FS: