Brooklyn

brooklyn.entity.webapp
[Java] Interface WebAppServiceConstants


public interface WebAppServiceConstants

Field Summary
static AttributeSensor AVG_REQUESTS_PER_SECOND

@deprecated since 0.5.0, use REQUESTS_PER_SECOND_IN_WINDOW

static java.lang.Integer AVG_REQUESTS_PER_SECOND_PERIOD

@deprecated since 0.5.0, use REQUESTS_PER_SECOND_WINDOW_PERIOD

static AttributeSensor BYTES_RECEIVED

static AttributeSensor BYTES_SENT

static BasicAttributeSensorAndConfigKey ENABLED_PROTOCOLS

static BasicAttributeSensor ERROR_COUNT

static PortAttributeSensorAndConfigKey HTTPS_PORT

static BasicAttributeSensorAndConfigKey HTTPS_SSL_CONFIG

static PortAttributeSensorAndConfigKey HTTP_PORT

static AttributeSensor MAX_PROCESSING_TIME

static AttributeSensor PROCESSING_TIME_FRACTION_IN_WINDOW

static AttributeSensor PROCESSING_TIME_FRACTION_LAST

the fraction of time represented by the most recent delta to TOTAL_PROCESSING_TIME, ie 0.4 if 800 millis were accumulated in last 2s; easily configured with WebAppServiceMethods.connectWebAppServerPolicies

static AttributeSensor REQUESTS_PER_SECOND

@deprecated since 0.5.0, use REQUESTS_PER_SECOND_LAST

static AttributeSensor REQUESTS_PER_SECOND_IN_WINDOW

rolled-up req/second for a window, easily configured with WebAppServiceMethods.connectWebAppServerPolicies

static AttributeSensor REQUESTS_PER_SECOND_LAST

req/second computed from the delta of the last request count and an associated timestamp

static java.lang.Integer REQUESTS_PER_SECOND_WINDOW_PERIOD

@deprecated since 0.6.0, callers configure with easily configured with WebAppServiceMethods.connectWebAppServerPolicies

static AttributeSensor REQUEST_COUNT

static AttributeSensor ROOT_URL

static AttributeSensor TOTAL_PROCESSING_TIME

 

Field Detail

AVG_REQUESTS_PER_SECOND

public static final AttributeSensor AVG_REQUESTS_PER_SECOND
deprecated:
since 0.5.0, use REQUESTS_PER_SECOND_IN_WINDOW


AVG_REQUESTS_PER_SECOND_PERIOD

public static final java.lang.Integer AVG_REQUESTS_PER_SECOND_PERIOD
deprecated:
since 0.5.0, use REQUESTS_PER_SECOND_WINDOW_PERIOD


BYTES_RECEIVED

public static final AttributeSensor BYTES_RECEIVED


BYTES_SENT

public static final AttributeSensor BYTES_SENT


ENABLED_PROTOCOLS

@SuppressWarnings({ "unchecked", "rawtypes" })
@SetFromFlag("enabledProtocols")
public static final BasicAttributeSensorAndConfigKey ENABLED_PROTOCOLS


ERROR_COUNT

public static final BasicAttributeSensor ERROR_COUNT


HTTPS_PORT

@SetFromFlag("httpsPort")
public static final PortAttributeSensorAndConfigKey HTTPS_PORT


HTTPS_SSL_CONFIG

@SetFromFlag("httpsSsl")
public static final BasicAttributeSensorAndConfigKey HTTPS_SSL_CONFIG


HTTP_PORT

@SetFromFlag("httpPort")
public static final PortAttributeSensorAndConfigKey HTTP_PORT


MAX_PROCESSING_TIME

public static final AttributeSensor MAX_PROCESSING_TIME


PROCESSING_TIME_FRACTION_IN_WINDOW

public static final AttributeSensor PROCESSING_TIME_FRACTION_IN_WINDOW


PROCESSING_TIME_FRACTION_LAST

public static final AttributeSensor PROCESSING_TIME_FRACTION_LAST
the fraction of time represented by the most recent delta to TOTAL_PROCESSING_TIME, ie 0.4 if 800 millis were accumulated in last 2s; easily configured with WebAppServiceMethods.connectWebAppServerPolicies


REQUESTS_PER_SECOND

public static final AttributeSensor REQUESTS_PER_SECOND
deprecated:
since 0.5.0, use REQUESTS_PER_SECOND_LAST


REQUESTS_PER_SECOND_IN_WINDOW

public static final AttributeSensor REQUESTS_PER_SECOND_IN_WINDOW
rolled-up req/second for a window, easily configured with WebAppServiceMethods.connectWebAppServerPolicies


REQUESTS_PER_SECOND_LAST

public static final AttributeSensor REQUESTS_PER_SECOND_LAST
req/second computed from the delta of the last request count and an associated timestamp


REQUESTS_PER_SECOND_WINDOW_PERIOD

public static final java.lang.Integer REQUESTS_PER_SECOND_WINDOW_PERIOD
deprecated:
since 0.6.0, callers configure with easily configured with WebAppServiceMethods.connectWebAppServerPolicies


REQUEST_COUNT

public static final AttributeSensor REQUEST_COUNT


ROOT_URL

public static final AttributeSensor ROOT_URL


TOTAL_PROCESSING_TIME

public static final AttributeSensor TOTAL_PROCESSING_TIME


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.