Skip to content

Commit

Permalink
Add Jaeger with new v2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Jan 3, 2025
1 parent 8c4b980 commit 8cc435d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CASSANDRA_IMAGE_TAG=4.1.0
ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.2
FLUENTD_IMAGE_TAG=v1.14-debian-1
GRAFANA_IMAGE_TAG=9.3.2
JAEGER_IMAGE_TAG=1.41
JAEGER_IMAGE_TAG=2.1.0
LDAP_IMAGE_TAG=2.6.3
MAILDEV_IMAGE_TAG=2.1.0
MAILHOG_IMAGE_TAG=v1.0.1
Expand Down
3 changes: 1 addition & 2 deletions .envs/jaeger.example.env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
COLLECTOR_ZIPKIN_HOST_PORT=:9411
COLLECTOR_OTLP_ENABLED=true
JAEGER_LISTEN_HOST=0.0.0.0
2 changes: 1 addition & 1 deletion docker-compose.override.jaeger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:
services:

jaeger:
image: 'jaegertracing/all-in-one:${JAEGER_IMAGE_TAG}'
image: 'jaegertracing/jaeger:${JAEGER_IMAGE_TAG}'
env_file:
- .envs/jaeger.env
networks:
Expand Down
1 change: 1 addition & 0 deletions jaeger/.example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
JAEGER_LISTEN_HOST=0.0.0.0
15 changes: 15 additions & 0 deletions jaeger/compose.jaeger.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
volumes:
common-jaeger:
name: 'common-jaeger'

services:
jaeger:
image: 'jaegertracing/jaeger:${JAEGER_IMAGE_TAG:-2.1.0}'
env_file:
- .env
networks:
common-net:
aliases:
- common-jaeger
volumes:
- common-jaeger:/tmp

0 comments on commit 8cc435d

Please sign in to comment.