public class ControllerMetrics
extends java.lang.Object
| Constructor and Description |
|---|
ControllerMetrics(io.micrometer.core.instrument.MeterRegistry registry,
MetricsConfigurationProperties properties,
WebServletTagConfigurer tagConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
void |
preHandle(javax.servlet.http.HttpServletRequest request,
java.lang.Object handler) |
void |
record(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Throwable ex) |
void |
tagWithException(java.lang.Throwable t) |
public ControllerMetrics(io.micrometer.core.instrument.MeterRegistry registry,
MetricsConfigurationProperties properties,
WebServletTagConfigurer tagConfigurer)
public void tagWithException(java.lang.Throwable t)
public void preHandle(javax.servlet.http.HttpServletRequest request,
java.lang.Object handler)
public void record(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Throwable ex)