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 6060class CollectorIntegrationTest {
6161
6262 private static final String COLLECTOR_IMAGE =
63- "otel/opentelemetry-collector-contrib:0.145.0 @sha256:a7343f01869071ea3f4c5e1e97df1bb1b3c4d5c77247db80e053a80b9df530c4 " ;
63+ "otel/opentelemetry-collector-contrib:0.146.1 @sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c " ;
6464
6565 private static final Integer COLLECTOR_HEALTH_CHECK_PORT = 13133 ;
6666
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ abstract class OtlpExporterIntegrationTest {
114114 private static final AttributeKey <String > SERVICE_NAME = AttributeKey .stringKey ("service.name" );
115115
116116 private static final String COLLECTOR_IMAGE =
117- "otel/opentelemetry-collector-contrib:0.145.0 @sha256:a7343f01869071ea3f4c5e1e97df1bb1b3c4d5c77247db80e053a80b9df530c4 " ;
117+ "otel/opentelemetry-collector-contrib:0.146.1 @sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c " ;
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 @@ -70,7 +70,7 @@ public class OtlpPipelineStressTest {
7070 public static final GenericContainer <?> collectorContainer =
7171 new GenericContainer <>(
7272 DockerImageName .parse (
73- "otel/opentelemetry-collector-contrib:0.145.0 @sha256:a7343f01869071ea3f4c5e1e97df1bb1b3c4d5c77247db80e053a80b9df530c4 " ))
73+ "otel/opentelemetry-collector-contrib:0.146.1 @sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c " ))
7474 .withImagePullPolicy (PullPolicy .alwaysPull ())
7575 .withNetwork (network )
7676 .withNetworkAliases ("otel-collector" )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ private ExporterBenchmark() {}
3737 public abstract static class AbstractProcessorBenchmark {
3838 private static final DockerImageName OTLP_COLLECTOR_IMAGE =
3939 DockerImageName .parse (
40- "otel/opentelemetry-collector-contrib:0.145.0 @sha256:a7343f01869071ea3f4c5e1e97df1bb1b3c4d5c77247db80e053a80b9df530c4 " );
40+ "otel/opentelemetry-collector-contrib:0.146.1 @sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c " );
4141 protected static final int OTLP_PORT = 5678 ;
4242 private static final int HEALTH_CHECK_PORT = 13133 ;
4343 protected SdkSpanBuilder sdkSpanBuilder ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ private SpanPipelineBenchmark() {}
3939 public abstract static class AbstractProcessorBenchmark {
4040 private static final DockerImageName OTLP_COLLECTOR_IMAGE =
4141 DockerImageName .parse (
42- "otel/opentelemetry-collector-contrib:0.145.0 @sha256:a7343f01869071ea3f4c5e1e97df1bb1b3c4d5c77247db80e053a80b9df530c4 " );
42+ "otel/opentelemetry-collector-contrib:0.146.1 @sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c " );
4343 private static final int EXPOSED_PORT = 5678 ;
4444 private static final int HEALTH_CHECK_PORT = 13133 ;
4545 private Tracer tracer ;
You can’t perform that action at this time.
0 commit comments