Class MetricsAggregateServiceImpl
java.lang.Object
org.qubership.atp.mia.service.monitoring.MetricsAggregateServiceImpl
- All Implemented Interfaces:
MetricsAggregateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidrequestContextSize(int contextSize) voidrequestSshDownloadFileSize(long fileSize) voidrestResponseSize(long responseSize) voidsoapResponseSize(int responseSize) voidsqlQueryRecordsSize(long numberOfRecords) void
-
Constructor Details
-
MetricsAggregateServiceImpl
public MetricsAggregateServiceImpl()
-
-
Method Details
-
processExecutionWasStarted
public void processExecutionWasStarted()- Specified by:
processExecutionWasStartedin interfaceMetricsAggregateService
-
compoundExecutionWasStarted
public void compoundExecutionWasStarted()- Specified by:
compoundExecutionWasStartedin interfaceMetricsAggregateService
-
testDataExecutionWasStarted
public void testDataExecutionWasStarted()- Specified by:
testDataExecutionWasStartedin interfaceMetricsAggregateService
-
eventFromExcelCallStarted
public void eventFromExcelCallStarted()- Specified by:
eventFromExcelCallStartedin interfaceMetricsAggregateService
-
requestContextSize
public void requestContextSize(int contextSize) - Specified by:
requestContextSizein interfaceMetricsAggregateService
-
requestSshDownloadFileSize
public void requestSshDownloadFileSize(long fileSize) - Specified by:
requestSshDownloadFileSizein interfaceMetricsAggregateService
-
sqlQueryRecordsSize
public void sqlQueryRecordsSize(long numberOfRecords) - Specified by:
sqlQueryRecordsSizein interfaceMetricsAggregateService
-
restResponseSize
public void restResponseSize(long responseSize) - Specified by:
restResponseSizein interfaceMetricsAggregateService
-
soapResponseSize
public void soapResponseSize(int responseSize) - Specified by:
soapResponseSizein interfaceMetricsAggregateService
-