Class MetricsService

java.lang.Object
org.apache.bookkeeper.server.http.service.MetricsService
All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService

public class MetricsService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle exposing metrics.

The GET method will return all the emtrics collected at stats provider.

  • Field Details

  • Constructor Details

  • Method Details

    • handle

      public org.apache.bookkeeper.http.service.HttpServiceResponse handle(org.apache.bookkeeper.http.service.HttpServiceRequest request) throws Exception
      Specified by:
      handle in interface org.apache.bookkeeper.http.service.HttpEndpointService
      Throws:
      Exception