diff --git a/collector/adfs.go b/collector/adfs.go index 6d69c22a..d4e6d5cb 100644 --- a/collector/adfs.go +++ b/collector/adfs.go @@ -156,7 +156,7 @@ func newADFSCollector() (Collector, error) { nil, ), oAuthClientPrivateKeyJwtAuthenticationFailures: prometheus.NewDesc( - prometheus.BuildFQName(Namespace, subsystem, "oauth_client_privkey_jtw_authentication_failure_total"), + prometheus.BuildFQName(Namespace, subsystem, "oauth_client_privkey_jwt_authentication_failure_total"), "Total number of failed OAuth Client Private Key Jwt Authentications", nil, nil, diff --git a/docs/collector.adfs.md b/docs/collector.adfs.md index 0dde0bda..a5851816 100644 --- a/docs/collector.adfs.md +++ b/docs/collector.adfs.md @@ -44,7 +44,7 @@ Name | Description | Type | Labels `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_jtw_authentication_failure_total` | Total number of failed OAuth Client Private Key Jwt Authentications | 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