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 @@ -96,13 +96,13 @@ profile-callgrind:
9696# This sends SIGTERM, allowing the trap in start-perf.sh to handle cleanup (e.g., generate flamegraph)
9797stop-profiling : # <-- New Rule Added Here
9898 @ echo " 🛑 Stopping the indexer-service container (allowing profiling data generation)..."
99- cd contrib && docker compose -f docker-compose.dev .yml stop indexer-service
99+ cd contrib && docker compose -f docker-compose.prof .yml stop indexer-service tap-agent
100100 @ echo " ✅ Service stop signal sent. Check profiling output directory."
101101
102102# Restore normal service (without profiling)
103103profile-restore :
104104 @ echo " 🔄 Restoring normal service..."
105- cd contrib && docker compose -f docker-compose.dev .yml up -d --force-recreate indexer-service
105+ cd contrib && docker compose -f docker-compose.prof .yml up -d --force-recreate indexer-service tap-agent
106106 @ echo " ✅ Normal service restored"
107107
108108
You can’t perform that action at this time.
0 commit comments