Class NewRelicTransactionNameStep
java.lang.Object
com.atlassian.jira.web.filters.steps.newrelic.NewRelicTransactionNameStep
- All Implemented Interfaces:
FilterStep
Sets the New Relic transaction name for this request,
as per http://newrelic.com/docs/java/java-agent-component-based-web-transaction-naming
- Since:
- v5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeforeDoFilter(FilterCallContext callContext) This is called to before the filterChain.doFilter() method is calledfinallyAfterDoFilter(FilterCallContext callContext) This is called after the filterChain.doFilter() method is called in a finally {} block
-
Constructor Details
-
NewRelicTransactionNameStep
public NewRelicTransactionNameStep()
-
-
Method Details
-
beforeDoFilter
Description copied from interface:FilterStepThis is called to before the filterChain.doFilter() method is called- Specified by:
beforeDoFilterin interfaceFilterStep- Parameters:
callContext- the context of the filter step call
-
finallyAfterDoFilter
Description copied from interface:FilterStepThis is called after the filterChain.doFilter() method is called in a finally {} block- Specified by:
finallyAfterDoFilterin interfaceFilterStep- Parameters:
callContext- the context of the filter step call
-