vc-authn-oidc icon indicating copy to clipboard operation
vc-authn-oidc copied to clipboard

Service usage metrics

Open esune opened this issue 7 months ago • 0 comments

There is currently no way - other than post-processing logs maybe - to gather usage metrics for the service.

It should be relatively simple to add usage statistic collection as authentication flows are processed, and store them in the database for future analysis.

Statistics should be high-level quantitative data, and could be used to inspect things such as:

  • Number of verifications initiated
  • Number of abandoned verifications
  • Number of failed verifications
  • Number of successful verifications
  • Which proof-request configurations are being used (as a detail to the above data)

esune avatar May 21 '25 23:05 esune