Interface MetricsAggregateService

All Known Implementing Classes:
MetricsAggregateServiceImpl

public interface MetricsAggregateService
  • Method Details

    • processExecutionWasStarted

      void processExecutionWasStarted()
    • compoundExecutionWasStarted

      void compoundExecutionWasStarted()
    • testDataExecutionWasStarted

      void testDataExecutionWasStarted()
    • eventFromExcelCallStarted

      void eventFromExcelCallStarted()
    • requestContextSize

      void requestContextSize(int contextSize)
    • requestSshDownloadFileSize

      void requestSshDownloadFileSize(long fileSize)
    • sqlQueryRecordsSize

      void sqlQueryRecordsSize(long numberOfRecords)
    • restResponseSize

      void restResponseSize(long responseSize)
    • soapResponseSize

      void soapResponseSize(int responseSize)