Package com.atlassian.bamboo.filter
Class IgnoreNewRelicFilter
- java.lang.Object
-
- com.atlassian.bamboo.filter.IgnoreNewRelicFilter
-
- All Implemented Interfaces:
javax.servlet.Filter
public class IgnoreNewRelicFilter extends Object implements javax.servlet.Filter
Allows you to ignore newrelic metrics collection http://newrelic.com/docs/java/blocking-instrumentation-in-java
-
-
Constructor Summary
Constructors Constructor Description IgnoreNewRelicFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain)
void
init(javax.servlet.FilterConfig config)
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroy
in interfacejavax.servlet.Filter
-
doFilter
public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain) throws javax.servlet.ServletException, IOException
- Specified by:
doFilter
in interfacejavax.servlet.Filter
- Throws:
javax.servlet.ServletException
IOException
-
init
public void init(javax.servlet.FilterConfig config) throws javax.servlet.ServletException
- Specified by:
init
in interfacejavax.servlet.Filter
- Throws:
javax.servlet.ServletException
-
-