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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
Field Details
-
PROMETHEUS_CONTENT_TYPE_004
- See Also:
-
-
Constructor Details
-
MetricsService
-
-
Method Details