com.atlassian.bamboo.filter
Class IgnoreNewRelicFilter

java.lang.Object
  extended by com.atlassian.bamboo.filter.IgnoreNewRelicFilter
All Implemented Interfaces:
javax.servlet.Filter

public class IgnoreNewRelicFilter
extends java.lang.Object
implements javax.servlet.Filter

Allows you to ignore newrelic metrics collection http://newrelic.com/docs/java/blocking-instrumentation-in-java


Constructor Summary
IgnoreNewRelicFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreNewRelicFilter

public IgnoreNewRelicFilter()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

doFilter

public void doFilter(javax.servlet.ServletRequest req,
                     javax.servlet.ServletResponse resp,
                     javax.servlet.FilterChain chain)
              throws javax.servlet.ServletException,
                     java.io.IOException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException
java.io.IOException

init

public void init(javax.servlet.FilterConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException


Copyright © 2012 Atlassian. All Rights Reserved.