Class HttpForwardingMetricsServer

java.lang.Object
org.apache.storm.loadgen.HttpForwardingMetricsServer
Direct Known Subclasses:
LoadMetricsServer

public abstract class HttpForwardingMetricsServer extends Object
A server that can listen for metrics from the HttpForwardingMetricsConsumer.
  • Constructor Details

    • HttpForwardingMetricsServer

      public HttpForwardingMetricsServer(Map<String,Object> conf)
      Constructor.
      Parameters:
      conf - the configuration for storm.
  • Method Details