File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export interface OpenTelemetryCollectorsProps {
1818 /** @default 6 months **/
1919 logRetention ?: RetentionDays
2020
21- /** @default "amazon/aws-otel-collector:v0.43.3 " */
21+ /** @default "amazon/aws-otel-collector:v0.45.1 " */
2222 dockerImage ?: string
2323
2424 /** Should be kept as `undefined` unless you know what you are doing.
@@ -179,7 +179,7 @@ class OpenTelemetryCollectorSidecar implements ecs.ITaskDefinitionExtension {
179179 removalPolicy : RemovalPolicy . DESTROY ,
180180 } )
181181
182- const sidecarImage = this . dockerImage ?? "amazon/aws-otel-collector:v0.43.3 "
182+ const sidecarImage = this . dockerImage ?? "amazon/aws-otel-collector:v0.45.1 "
183183 const sidecar = taskDefinition . addContainer ( "aws-opentelemetry-collector" , {
184184 cpu : this . containerProps ?. cpu ?? 32 ,
185185 memoryReservationMiB : this . containerProps ?. memoryReservationMiB ?? 24 ,
You can’t perform that action at this time.
0 commit comments