File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus
integration-tests/otlp/src/main/java/io/opentelemetry/integrationtest
perf-harness/src/test/java/io/opentelemetry/perf
sdk/trace/src/jmh/java/io/opentelemetry/sdk/trace Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5959@ SuppressWarnings ("NonFinalStaticField" )
6060class CollectorIntegrationTest {
6161
62- private static final String COLLECTOR_IMAGE = "otel/opentelemetry-collector-contrib:0.132.2" ;
62+ private static final String COLLECTOR_IMAGE = "otel/opentelemetry-collector-contrib:0.132.2@sha256:8d5c6595ac5d6fd8ee0ca91868bead6426353b077722b85f5ae98e583caa259b " ;
6363
6464 private static final Integer COLLECTOR_HEALTH_CHECK_PORT = 13133 ;
6565
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ abstract class OtlpExporterIntegrationTest {
114114
115115 private static final AttributeKey <String > SERVICE_NAME = AttributeKey .stringKey ("service.name" );
116116
117- private static final String COLLECTOR_IMAGE = "otel/opentelemetry-collector-contrib:0.132.2" ;
117+ private static final String COLLECTOR_IMAGE = "otel/opentelemetry-collector-contrib:0.132.2@sha256:8d5c6595ac5d6fd8ee0ca91868bead6426353b077722b85f5ae98e583caa259b " ;
118118
119119 private static final Integer COLLECTOR_OTLP_GRPC_PORT = 4317 ;
120120 private static final Integer COLLECTOR_OTLP_HTTP_PORT = 4318 ;
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public class OtlpPipelineStressTest {
6868
6969 @ Container
7070 public static final GenericContainer <?> collectorContainer =
71- new GenericContainer <>(DockerImageName .parse ("otel/opentelemetry-collector-contrib:0.132.2" ))
71+ new GenericContainer <>(DockerImageName .parse ("otel/opentelemetry-collector-contrib:0.132.2@sha256:8d5c6595ac5d6fd8ee0ca91868bead6426353b077722b85f5ae98e583caa259b " ))
7272 .withImagePullPolicy (PullPolicy .alwaysPull ())
7373 .withNetwork (network )
7474 .withNetworkAliases ("otel-collector" )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ private ExporterBenchmark() {}
3636 @ State (Scope .Benchmark )
3737 public abstract static class AbstractProcessorBenchmark {
3838 private static final DockerImageName OTLP_COLLECTOR_IMAGE =
39- DockerImageName .parse ("otel/opentelemetry-collector-contrib:0.132.2" );
39+ DockerImageName .parse ("otel/opentelemetry-collector-contrib:0.132.2@sha256:8d5c6595ac5d6fd8ee0ca91868bead6426353b077722b85f5ae98e583caa259b " );
4040 protected static final int OTLP_PORT = 5678 ;
4141 private static final int HEALTH_CHECK_PORT = 13133 ;
4242 protected SdkSpanBuilder sdkSpanBuilder ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ private SpanPipelineBenchmark() {}
3838 @ State (Scope .Benchmark )
3939 public abstract static class AbstractProcessorBenchmark {
4040 private static final DockerImageName OTLP_COLLECTOR_IMAGE =
41- DockerImageName .parse ("otel/opentelemetry-collector-contrib:0.132.2" );
41+ DockerImageName .parse ("otel/opentelemetry-collector-contrib:0.132.2@sha256:8d5c6595ac5d6fd8ee0ca91868bead6426353b077722b85f5ae98e583caa259b " );
4242 private static final int EXPOSED_PORT = 5678 ;
4343 private static final int HEALTH_CHECK_PORT = 13133 ;
4444 private Tracer tracer ;
You can’t perform that action at this time.
0 commit comments