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>

@Path("/") public class FunctionsMetricsResource extends FunctionApiResource
  • 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