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 60
60
class CollectorIntegrationTest {
61
61
62
62
private static final String COLLECTOR_IMAGE =
63
- "otel/opentelemetry-collector-contrib:0.135 .0@sha256:89107a3a8f4636a396927edf7025bb9614b8da2d92f4cc3f43109e8d115736e2 " ;
63
+ "otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621 " ;
64
64
65
65
private static final Integer COLLECTOR_HEALTH_CHECK_PORT = 13133 ;
66
66
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ abstract class OtlpExporterIntegrationTest {
115
115
private static final AttributeKey <String > SERVICE_NAME = AttributeKey .stringKey ("service.name" );
116
116
117
117
private static final String COLLECTOR_IMAGE =
118
- "otel/opentelemetry-collector-contrib:0.135 .0@sha256:89107a3a8f4636a396927edf7025bb9614b8da2d92f4cc3f43109e8d115736e2 " ;
118
+ "otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621 " ;
119
119
120
120
private static final Integer COLLECTOR_OTLP_GRPC_PORT = 4317 ;
121
121
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 {
70
70
public static final GenericContainer <?> collectorContainer =
71
71
new GenericContainer <>(
72
72
DockerImageName .parse (
73
- "otel/opentelemetry-collector-contrib:0.135 .0@sha256:89107a3a8f4636a396927edf7025bb9614b8da2d92f4cc3f43109e8d115736e2 " ))
73
+ "otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621 " ))
74
74
.withImagePullPolicy (PullPolicy .alwaysPull ())
75
75
.withNetwork (network )
76
76
.withNetworkAliases ("otel-collector" )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ private ExporterBenchmark() {}
37
37
public abstract static class AbstractProcessorBenchmark {
38
38
private static final DockerImageName OTLP_COLLECTOR_IMAGE =
39
39
DockerImageName .parse (
40
- "otel/opentelemetry-collector-contrib:0.135 .0@sha256:89107a3a8f4636a396927edf7025bb9614b8da2d92f4cc3f43109e8d115736e2 " );
40
+ "otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621 " );
41
41
protected static final int OTLP_PORT = 5678 ;
42
42
private static final int HEALTH_CHECK_PORT = 13133 ;
43
43
protected SdkSpanBuilder sdkSpanBuilder ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ private SpanPipelineBenchmark() {}
39
39
public abstract static class AbstractProcessorBenchmark {
40
40
private static final DockerImageName OTLP_COLLECTOR_IMAGE =
41
41
DockerImageName .parse (
42
- "otel/opentelemetry-collector-contrib:0.135 .0@sha256:89107a3a8f4636a396927edf7025bb9614b8da2d92f4cc3f43109e8d115736e2 " );
42
+ "otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621 " );
43
43
private static final int EXPOSED_PORT = 5678 ;
44
44
private static final int HEALTH_CHECK_PORT = 13133 ;
45
45
private Tracer tracer ;
You can’t perform that action at this time.
0 commit comments