Skip to content

Commit

Permalink
Merge branch 'main' into rename_ml_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Jan 9, 2024
2 parents 83cf5af + 1637391 commit e22f824
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public enum SecurityMetricType {

AUTHC_API_KEY(
SecurityMetricGroup.AUTHC,
new SecurityMetricInfo("es.security.authc.api_key.success.count", "Number of successful API key authentications.", "count"),
new SecurityMetricInfo("es.security.authc.api_key.failures.count", "Number of failed API key authentications.", "count"),
new SecurityMetricInfo("es.security.authc.api_key.success.total", "Number of successful API key authentications.", "count"),
new SecurityMetricInfo("es.security.authc.api_key.failures.total", "Number of failed API key authentications.", "count"),
new SecurityMetricInfo("es.security.authc.api_key.time", "Time it took (in nanoseconds) to execute API key authentication.", "ns")
),

Expand Down

0 comments on commit e22f824

Please sign in to comment.