File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949
5050log " Displaying container-related metrics:"
5151echo -e " \n${GREEN} --- Metrics with container added ---${NC} "
52- grep ' container_name ' " ${log_dir} /metrics.txt" | sort | uniq || echo " (No container metrics found)"
52+ grep -e ' ^cxp ' " ${log_dir} /metrics.txt" | sort | uniq || echo " (No container metrics found)"
5353
5454log " Removing test container..."
5555docker rm -f " $container_name " > /dev/null || fail " Failed to remove test container"
6666
6767log " Displaying container-related metrics after removal:"
6868echo -e " \n${GREEN} --- Metrics after container removed ---${NC} "
69- grep ' container_name ' " ${log_dir} /metrics_post_remove.txt" | sort | uniq || echo " (No container metrics found)"
69+ grep ' ^cxp ' " ${log_dir} /metrics_post_remove.txt" | sort | uniq || echo " (No container metrics found)"
7070
7171pass " Full Healthcheck Completed Successfully."
7272
You can’t perform that action at this time.
0 commit comments