This is an automated email from the ASF dual-hosted git repository.

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new faf9da84b ATLAS-4691: Discrepancy in the atlas debug metrics between 
the active and the not active servers
faf9da84b is described below

commit faf9da84bbf55cf46bce275ad1488333d71629cb
Author: Jayendra Parab <jayendra.pa...@gmail.com>
AuthorDate: Mon Oct 24 13:21:29 2022 +0530

    ATLAS-4691: Discrepancy in the atlas debug metrics between the active and 
the not active servers
    
    Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com>
    (cherry picked from commit 1c7e59478c8d2905f732c1d87da5e8fd940637b8)
---
 .../src/main/java/org/apache/atlas/web/filters/ActiveServerFilter.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/webapp/src/main/java/org/apache/atlas/web/filters/ActiveServerFilter.java 
b/webapp/src/main/java/org/apache/atlas/web/filters/ActiveServerFilter.java
index a1d30ba87..8d6aab688 100644
--- a/webapp/src/main/java/org/apache/atlas/web/filters/ActiveServerFilter.java
+++ b/webapp/src/main/java/org/apache/atlas/web/filters/ActiveServerFilter.java
@@ -110,7 +110,8 @@ public class ActiveServerFilter implements Filter {
     }
 
     final String adminUriNotFiltered[] = { "/admin/export", "/admin/import", 
"/admin/importfile", "/admin/audits",
-            "/admin/purge", "/admin/expimp/audit", "/admin/metrics", 
"/admin/server", "/admin/audit/", "admin/tasks"};
+            "/admin/purge", "/admin/expimp/audit", "/admin/metrics", 
"/admin/server", "/admin/audit/", "admin/tasks",
+            "/admin/debug/metrics"};
     private boolean isFilteredURI(ServletRequest servletRequest) {
         HttpServletRequest httpServletRequest = (HttpServletRequest) 
servletRequest;
         String requestURI = httpServletRequest.getRequestURI();

Reply via email to