Class FunctionsMetricsResource
java.lang.Object
org.apache.pulsar.functions.worker.rest.FunctionApiResource
org.apache.pulsar.functions.worker.rest.api.FunctionsMetricsResource
- All Implemented Interfaces:
Supplier<WorkerService>
-
Field Summary
Fields inherited from class org.apache.pulsar.functions.worker.rest.FunctionApiResource
ATTRIBUTE_FUNCTION_WORKER, httpRequest, ORIGINAL_PRINCIPAL_HEADER, servletContext, uri -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pulsar.functions.worker.rest.FunctionApiResource
authParams, clientAppId, clientAuthData, get
-
Constructor Details
-
FunctionsMetricsResource
public FunctionsMetricsResource()
-
-
Method Details
-
getMetrics
@Path("metrics") @GET @Produces("text/plain") public javax.ws.rs.core.Response getMetrics() throws IOException- Throws:
IOException
-