File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
14
14
# Exports Traces to Tempo
15
15
tempo :
16
- image : grafana/tempo:latest
16
+ image : grafana/tempo:2.8.2@sha256:0ef775495967cd5d7a6b2e146b6ea695d624803c8db8349fb8ce4164f719f9b7
17
17
command : [ "-config.file=/etc/tempo.yaml" ]
18
18
volumes :
19
19
- ./tempo.yaml:/etc/tempo.yaml
Original file line number Diff line number Diff line change 1
1
services :
2
2
zipkin :
3
- image : openzipkin/zipkin
3
+ image : openzipkin/zipkin:3.5.1@sha256:bb570eb45c2994eaf32da783cc098b3d51d1095b73ec92919863d73d0a9eaafb
4
4
ports :
5
5
- 9411:9411
6
6
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
"
20
20
21
21
otel-collector :
22
- image : otel/opentelemetry-collector
22
+ image : otel/opentelemetry-collector:0.136.0@sha256:98fd3b410ae8a939be9588f1580c4b7c3da6ebba49f5363df4259a827aabb779
23
23
volumes :
24
24
- ./test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest:/cfg
25
25
command : --config=/cfg/otel-collector-config.yaml
You can’t perform that action at this time.
0 commit comments