Skip to content

Commit 4c7cc38

Browse files
tweaks
1 parent 34b5473 commit 4c7cc38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/shop-dc-shim/load-generator/shop_load_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
"""
66
Shop Datacenter Load Generator
7+
YeetCoded (locust may have been simpler but hey...)
78
89
This generates realistic on-premises shop purchase traffic to simulate:
910
- Physical store transactions

src/shop-dc-shim/start-app-dual.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set -e
1010
echo "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
1314
export APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY=${APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY:-replace-appd-token}
1415
export APPDYNAMICS_AGENT_ACCOUNT_NAME=${APPDYNAMICS_AGENT_ACCOUNT_NAME:-se-lab}
1516
export APPDYNAMICS_CONTROLLER_HOST_NAME=${APPDYNAMICS_CONTROLLER_HOST_NAME:-se-lab.saas.appdynamics.com}

0 commit comments

Comments
 (0)