Skip to content

Commit bfc157a

Browse files
committed
update rustc
1 parent 8176440 commit bfc157a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
3333
RUN mkdir workspace && pip install setuptools==75.2.0 urllib3==2.2.3 --target workspace ./aws-opentelemetry-distro
3434

3535
# Stage 2: Build the cp-utility binary
36-
FROM public.ecr.aws/docker/library/rust:1.81 as builder
36+
FROM public.ecr.aws/docker/library/rust:1.86 as builder
3737

3838
WORKDIR /usr/src/cp-utility
3939
COPY ./tools/cp-utility .

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_opentelementry_configurator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ def capture_exporter(*args, **kwargs):
503503

504504
test_cases = [
505505
[{"otlp": OTLPLogExporter}, OTLPLogExporter],
506-
[{}, OTLPLogExporter],
506+
[{}, OTLPLogExporter],
507+
[{"grpc": OTLPGrpcLogExporter}, OTLPGrpcLogExporter],
507508
]
508509

509510
os.environ[OTEL_EXPORTER_OTLP_LOGS_ENDPOINT] = "https://logs.us-east-1.amazonaws.com/v1/logs"

0 commit comments

Comments
 (0)