-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
The Amplitude Metrics PRD requires telemetry env vars to be added to all team-maintained Dockerfiles in the quickstart templates.
Changes needed
Add ENV III_CONTAINER=docker and ENV III_ENV=development to:
templates/iii/quickstart/services/client/Dockerfiletemplates/iii/quickstart/services/compute-service/Dockerfiletemplates/iii/quickstart/services/data-service/Dockerfiletemplates/iii/quickstart/services/payment-service/Dockerfile
Add III_HOST_USER_ID pass-through to the iii service in:
templates/iii/quickstart/docker-compose.yaml
environment:
- III_HOST_USER_ID=${III_HOST_USER_ID:-}Why
III_CONTAINER=dockertells the engine telemetry it's running in a container (authoritative signal over heuristics).III_ENV=developmentsets the environment context for telemetry.III_HOST_USER_IDallows correlating container events back to the host developer in Amplitude dashboards.
Reference
See iii-hq/amplitude-metrics PRD, section 5 (Docker Files).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels