Interface MetricsRestService

All Known Implementing Classes:
MetricsRestServiceImpl

@Path("/guice/metrics") public interface MetricsRestService
  • Method Details

    • getMetrics

      @GET @Path("/") @Produces({"application/xml","application/json"}) MetricsDocument getMetrics()
    • getPrometheusMetrics

      @GET @Path("/prometheus") @Produces("text/plain") String getPrometheusMetrics()
    • getIndex

      @GET @Path("/") @Produces("text/html") String getIndex()