Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Dec 1, 2022
1 parent 83e2419 commit b9bce79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum class Metrics(val metricName: String, val counter: Counter<*>) {

/**
* Exceptions from:
* @see org.opensearch.reportsscheduler.action.PluginBaseAction
* @see org.opensearch.observability.action.PluginBaseAction
*/
OBSERVABILITY_EXCEPTIONS_OPENSEARCH_STATUS_EXCEPTION("exception.opensearch_status", RollingCounter()),
OBSERVABILITY_EXCEPTIONS_OPENSEARCH_SECURITY_EXCEPTION("exception.opensearch_security", RollingCounter()),
Expand Down

0 comments on commit b9bce79

Please sign in to comment.