Skip to content

Commit dd72110

Browse files
authored
Merge pull request #23 from schristoff/schristoff_fixoteljeagerimage
(feat): make example/otel-jeager work
2 parents 3576170 + 8a1d278 commit dd72110

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

otel-jaeger/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services:
55
# If we were cool, we would use the agent, etc directly and configure
66
# persistent storage. But this bundle is really designed for local dev.
77
jaeger-all-in-one:
8-
image: jaegertracing/all-in-one:latest
8+
image: "jaegertracing/all-in-one:1.49"
99
ports:
1010
- "${JAEGER_UI_PORT}:16686"
1111
- "14250"
1212
restart: always
1313

1414
# Collector
1515
otel-collector:
16-
image: "otel/opentelemetry-collector-contrib-dev:latest"
16+
image: "otel/opentelemetry-collector-contrib:0.84.0"
1717
volumes:
1818
- otel-jaeger-config:/etc/otel
1919
ports:

otel-jaeger/porter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schemaVersion: 1.0.0-alpha.1
22
name: examples/otel-jaeger
3-
version: 0.1.0
3+
version: 0.1.1
44
description: "Runs Jaeger with an OpenTelemetry collector"
55
registry: ghcr.io/getporter
66

@@ -29,7 +29,7 @@ install:
2929
- "hello"
3030
- exec:
3131
description: "Create OpenTelemetry configuration"
32-
command: helpers.sh
32+
command: ./helpers.sh
3333
arguments:
3434
- set-config
3535
- docker-compose:

0 commit comments

Comments
 (0)