Interface RestMetricsReporter

All Superinterfaces:
MetricsReporter
All Known Implementing Classes:
RestMetricsReporterProxy

public interface RestMetricsReporter extends MetricsReporter
  • Method Details

    • reportRestRequestExecutionTime

      void reportRestRequestExecutionTime(long milliseconds, String httpMethod, String requestServicePath)
    • isEnabled

      boolean isEnabled()
      Specified by:
      isEnabled in interface MetricsReporter
    • isRestServicePathMetricsEnabled

      boolean isRestServicePathMetricsEnabled()