Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Propose to add Metrics support for all Auth plugins. Will let abstract AuthenticationPlugin base class implement SolrMetricProducer and keep the counters, such as:
- requests
- req authenticated
- req pass-through (no credentials and blockUnknown false)
- req with auth failures due to wrong or malformed credentials
- req auth failures due to missing credentials
- errors
- timeouts
- timing stats
Each implementation still needs to increment the counters etc.
Attachments
Issue Links
- causes
-
SOLR-13067 Harden BasicAuthIntegrationTest.
- Resolved
- is related to
-
SOLR-12121 JWT Authentication plugin
- Resolved
- links to