Class ExceptionRecordSummaryCollector.NoOpExceptionRecordSummaryCollector
java.lang.Object
io.datarouter.instrumentation.exception.ExceptionRecordSummaryCollector.NoOpExceptionRecordSummaryCollector
- All Implemented Interfaces:
ExceptionRecordSummaryCollector
- Enclosing interface:
ExceptionRecordSummaryCollector
public static class ExceptionRecordSummaryCollector.NoOpExceptionRecordSummaryCollector
extends Object
implements ExceptionRecordSummaryCollector
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.instrumentation.exception.ExceptionRecordSummaryCollector
ExceptionRecordSummaryCollector.NoOpExceptionRecordSummaryCollector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrowsePageLink(String serviceName) getSummaries(long periodStart, long periodEnd, String serviceName, Optional<Integer> minThreshold)
-
Constructor Details
-
NoOpExceptionRecordSummaryCollector
public NoOpExceptionRecordSummaryCollector()
-
-
Method Details
-
getSummaries
public List<ExceptionRecordSummaryDto> getSummaries(long periodStart, long periodEnd, String serviceName, Optional<Integer> minThreshold) - Specified by:
getSummariesin interfaceExceptionRecordSummaryCollector
-
getBrowsePageLink
- Specified by:
getBrowsePageLinkin interfaceExceptionRecordSummaryCollector
-