You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable ADOT and OpenTelemetry tracing in forms-runner
Configure the ADOT sidecar for forms-runner and forms-queue-worker, and
enable OpenTelemetry in the application containers.
This is only enabled in dev and staging for now.
This specifically configures OpenTelemetry to export traces to AWS X-Ray.
A new buildspec was required for db-migrate, as the original task failed
when the ADOT sidecar was added to the main forms-runner task definition.
The new version retrieves the app task from the existing task definition,
rather than just fetching the first container definition.
This also makes it possible to enable the ADOT sidecar and OpenTelemetry
in other apps. Only forms-runner is configured to use it for now.
// As this terraform module doesn't deal with updating app code, we see drift every time it's applied because the image is changed elsewhere.
59
126
// Enable tracking of the latest ACTIVE task definition revision rather than the one in terraform state, so that changes to the image / task revision outside of terraform are picked up and not considered drift.
0 commit comments