Skip to content

Commit

Permalink
feat: pin amazon/aws-otel-collector to v0.39.0
Browse files Browse the repository at this point in the history
We're currently defaulting to "latest" which now breaks due to:

aws-observability/aws-otel-collector#2734
  • Loading branch information
hassy committed Oct 10, 2024
1 parent 803aa6f commit 8593d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ async function createADOTDefinitionIfNeeded(context) {

context.adot.taskDefinition = {
name: 'adot-collector',
image: 'amazon/aws-otel-collector',
image: 'amazon/aws-otel-collector:v0.39.0',
command: [
'--config=/etc/ecs/container-insights/otel-task-metrics-config.yaml'
],
Expand Down Expand Up @@ -1634,7 +1634,7 @@ async function launchLeadTask(context) {
plugins: context.runnableScript.config.plugins,
environment: context.runnableScript._environment,
scriptPath: context.runnableScript._scriptPath,
configPath: context.runnableScript._configPath,
configPath: context.runnableScript._configPath
}
};

Expand Down

0 comments on commit 8593d11

Please sign in to comment.