Package org.alfresco.metrics.rest
Interface RestMetricsReporter
-
- All Superinterfaces:
MetricsReporter
- All Known Implementing Classes:
RestMetricsReporterProxy
public interface RestMetricsReporter extends MetricsReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled()booleanisRestServicePathMetricsEnabled()voidreportRestRequestExecutionTime(long milliseconds, java.lang.String httpMethod, java.lang.String requestServicePath)
-
-
-
Method Detail
-
reportRestRequestExecutionTime
void reportRestRequestExecutionTime(long milliseconds, java.lang.String httpMethod, java.lang.String requestServicePath)
-
isEnabled
boolean isEnabled()
- Specified by:
isEnabledin interfaceMetricsReporter
-
isRestServicePathMetricsEnabled
boolean isRestServicePathMetricsEnabled()
-
-