Package org.jclouds.cloudwatch.domain
Class RDSConstants.MetricName
- java.lang.Object
-
- org.jclouds.cloudwatch.domain.RDSConstants.MetricName
-
- Enclosing class:
- RDSConstants
public static class RDSConstants.MetricName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BIN_LOG_DISK_USAGE
static String
CPU_UTILIZATION
static String
DATABASE_CONNECTIONS
static String
FREE_STORAGE_SPACE
static String
FREEABLE_MEMORY
static String
READ_IO_OPS
static String
READ_LATENCY
static String
READ_THROUGHPUT
static String
REPLICA_LAG
static String
SWAP_USAGE
static String
WRITE_IO_OPS
static String
WRITE_LATENCY
static String
WRITE_THROUGHPUT
-
Constructor Summary
Constructors Constructor Description MetricName()
-
-
-
Field Detail
-
BIN_LOG_DISK_USAGE
public static final String BIN_LOG_DISK_USAGE
- See Also:
- Constant Field Values
-
CPU_UTILIZATION
public static final String CPU_UTILIZATION
- See Also:
- Constant Field Values
-
DATABASE_CONNECTIONS
public static final String DATABASE_CONNECTIONS
- See Also:
- Constant Field Values
-
FREEABLE_MEMORY
public static final String FREEABLE_MEMORY
- See Also:
- Constant Field Values
-
FREE_STORAGE_SPACE
public static final String FREE_STORAGE_SPACE
- See Also:
- Constant Field Values
-
REPLICA_LAG
public static final String REPLICA_LAG
- See Also:
- Constant Field Values
-
READ_IO_OPS
public static final String READ_IO_OPS
- See Also:
- Constant Field Values
-
READ_LATENCY
public static final String READ_LATENCY
- See Also:
- Constant Field Values
-
READ_THROUGHPUT
public static final String READ_THROUGHPUT
- See Also:
- Constant Field Values
-
SWAP_USAGE
public static final String SWAP_USAGE
- See Also:
- Constant Field Values
-
WRITE_IO_OPS
public static final String WRITE_IO_OPS
- See Also:
- Constant Field Values
-
WRITE_LATENCY
public static final String WRITE_LATENCY
- See Also:
- Constant Field Values
-
WRITE_THROUGHPUT
public static final String WRITE_THROUGHPUT
- See Also:
- Constant Field Values
-
-