Class BrokerMetricNames
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.metrics.BrokerMetricNames
-
public class BrokerMetricNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESS_MEMORY_USAGEstatic StringADDRESS_MEMORY_USAGE_PERCENTAGEstatic StringCONNECTION_COUNTstatic StringDISK_STORE_USAGEstatic StringTOTAL_CONNECTION_COUNT
-
Constructor Summary
Constructors Constructor Description BrokerMetricNames()
-
-
-
Field Detail
-
CONNECTION_COUNT
public static final String CONNECTION_COUNT
- See Also:
- Constant Field Values
-
TOTAL_CONNECTION_COUNT
public static final String TOTAL_CONNECTION_COUNT
- See Also:
- Constant Field Values
-
ADDRESS_MEMORY_USAGE
public static final String ADDRESS_MEMORY_USAGE
- See Also:
- Constant Field Values
-
ADDRESS_MEMORY_USAGE_PERCENTAGE
public static final String ADDRESS_MEMORY_USAGE_PERCENTAGE
- See Also:
- Constant Field Values
-
DISK_STORE_USAGE
public static final String DISK_STORE_USAGE
- See Also:
- Constant Field Values
-
-