-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74295/
-----------------------------------------------------------
Review request for ranger, madhan and Madhan Neethiraj.
Bugs: RANGER-4069
https://issues.apache.org/jira/browse/RANGER-4069
Repository: ranger
Description
-------
Ranger enriches the access request before it is evaluated for access. One of
important steps during enrichment is computing applicable tags and add them to
the request's context. Tag enricher is used to figure out the set of applicable
tags.
This Jira adds performance tracing instrumentation to measure time taken by Tag
enricher code to find matching tags.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/contextenricher/RangerTagEnricher.java
da06e4161
Diff: https://reviews.apache.org/r/74295/diff/1/
Testing
-------
Compiled clean and ran all unit tests successfully.
Thanks,
Abhay Kulkarni