LogoLogo
HomeIntegrityControlSolutionsManagement Center
3.1.0 - Access
3.1.0 - Access
  • Introduction
  • The Service
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Architecture
      • Modules
      • Folder structure
      • Startup
    • Getting started
    • Installation
      • Container
      • Linux
      • Windows
    • Operations
      • Configuration
      • Metrics
      • Health check
      • Logging
        • System logging
        • Event logging
      • SBOM & license material
  • Modules
    • External modules
    • Internal modules
      • SAMLModule
      • OIDC
        • OpenID Configuration endpoint
        • JWKS endpoint
        • Authorization endpoint
        • Token endpoint
          • Authorization code
          • Refresh token
        • User info endpoint
        • Introspection endpoint
        • End session endpoint
  • Configuration reference
    • Introduction
    • Terms and abbreviations
    • Property expansion
    • File inclusion
    • Secrets management
    • Examples
  • Authenticators
    • Introduction
    • Common configuration
    • Web Authenticator API
    • Flow control
      • Selector
      • AuthController
      • SSO Authenticator
      • Chain
      • Impersonate
      • Impersonate With Search
    • Credential validators
      • SITHS eID
        • With QR or "app-switch"
      • BankID
        • On another device
        • On mobile device
      • Freja e-ID
        • With user input
        • With QR or "app-switch"
      • Mobile ID
        • With QR or "app-switch"
      • Header based
        • Certificate
      • Pointsharp Net iD Access server
        • On another device
        • On same device
      • Integrated windows login, IWA
      • User name & password
      • User lookup
      • OTP validator
      • Passkey validator
      • Exposed metrics
      • Test
        • Static SAML
        • No operation
    • Protocol managers
      • SAML
        • SAML IDP
        • SAML SP
        • IDP Discovery Service
      • OIDC
        • Authorization Code Flow
        • Implicit Flow
        • OIDC Relying Party
    • UI
Powered by GitBook
On this page
  • Metrics type
  • Gauges
  • Meters
  • Timers
  1. Authenticators
  2. Credential validators

Exposed metrics

Credential validators exposes various metrics depending of the authenticator. The namespace suffix,"ffidAuthnHttp_" is shared across authenticators. Trailing name depends on the metrics type.

Metrics type

Gauges

Each authenticator exposes metric under the initial name space "ffidAuthnHttp_pending.name.<authenticator_id>"

Typically gauges change state when a request is sent and a response is expected back but is not yet received.

Meters

Meters are registered in tuples. One for failure and one for success. Depending on the authenticator multiple meters may be regisered but always in tuples. The leading namespace is:

  • ffidAuthnHttp_failure.name.<authenticator_id>

  • ffidAuthnHttp_success.name.<authenticator_id>

Timers

Authenticator exposing metrics at least one timer. The initial namespace is "ffidAuthnHttp_request.name.<authenticator_id>"

PreviousPasskey validatorNextTest