Version : 1.1.1
- Updated metrics' names
- resolved Container 'Container Deleting Problem' Issue
- resolved container status update Issue
- added metrics in the format of bytes
Edit your metric names in the following way:
cxp_container_status
: container status (lifecycle)cxp_cpu_percentage
: container cpu usage in percentcxp_memory_percentage
: container memory usage in percentcxp_memory_bytes_total
: container memory usage in bytescxp_disk_io_read_bytes_total
: Total number of bytes read from diskcxp_disk_io_write_bytes_total
: Total number of bytes written to disk.cxp_network_rx_bytes_total
: Total number of bytes received over the networkcxp_network_tx_bytes_total
: Total number of bytes transmitted over the network