Jan Høydahl created SOLR-12791:
----------------------------------

             Summary: Add Metrics reporting for AuthenticationPlugin
                 Key: SOLR-12791
                 URL: https://issues.apache.org/jira/browse/SOLR-12791
             Project: Solr
          Issue Type: New Feature
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Authentication, metrics
            Reporter: Jan Høydahl


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to