From 1df91ba76938f568f6441e0fc37ef2e0dc83fc19 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Tue, 4 Apr 2023 05:49:39 +1000 Subject: [PATCH] fix!: Fix jtw -> jwt ADFS spelling error Signed-off-by: Ben Reedy --- collector/adfs.go | 2 +- docs/collector.adfs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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