Class ThroughputResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.shared.rest.resources.system.ThroughputResource

@Path("/system/throughput") public class ThroughputResource extends RestResource
  • Constructor Details

    • ThroughputResource

      @Inject public ThroughputResource(com.codahale.metrics.MetricRegistry metricRegistry)
  • Method Details

    • total

      @GET @Timed @Produces("application/json") public Throughput total()