File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 44
55"""
66Shop Datacenter Load Generator
7+ YeetCoded (locust may have been simpler but hey...)
78
89This generates realistic on-premises shop purchase traffic to simulate:
910- Physical store transactions
Original file line number Diff line number Diff line change 1010echo " Starting Shop Datacenter Shim Service with dual instrumentation..."
1111
1212# AppDynamics Configuration (with fallback defaults)
13+ # We should pull APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY from swipe
1314export APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY=${APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY:- replace-appd-token}
1415export APPDYNAMICS_AGENT_ACCOUNT_NAME=${APPDYNAMICS_AGENT_ACCOUNT_NAME:- se-lab}
1516export APPDYNAMICS_CONTROLLER_HOST_NAME=${APPDYNAMICS_CONTROLLER_HOST_NAME:- se-lab.saas.appdynamics.com}
You can’t perform that action at this time.
0 commit comments