Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ PORTAINER_PORT=9000
LOKI_HOSTNAME="http://loki"
LOKI_PORT=3100

# Jaeger Tracing Service Ports
JAEGER_PORT=16686
JAEGER_PORT_OUT=8084
JAEGER_COLLECTOR_PORT=8085
JAEGER_AGENT_PORT=5689
JAEGER_ZIPKIN_PORT=8085

# Healthcheck Parameters
HC_INTERVAL=40s
HC_TIMEOUT=30s
HC_RETRIES=3
HC_START_PERIOD=60s

# Use the local filepath in your computer
CONFIG_FILEPATH=""
CONFIG_FILEPATH=""
16 changes: 16 additions & 0 deletions docker-compose-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@ services:
- ${CONFIG_FILEPATH}/mosquitto:/mosquitto/config
networks:
- things_network
jaeger:
image: jaegertracing/all-in-one:latest
environment:
- COLLECTOR_OTLP_ENABLED=true
- COLLECTOR_ZIPKIN_HOST_PORT=:${JAEGER_ZIPKIN_PORT}
labels:
- "traefik.http.routers.jaeger.rule=Host(`jaeger.${STACK_HOSTNAME}`)"
- "traefik.http.routers.jaeger.service=jaeger"
# - "traefik.http.routers.jaeger.middlewares=test-things-auth"
- "traefik.http.services.jaeger.loadbalancer.server.port=${JAEGER_PORT}"
ports:
- "${JAEGER_PORT_OUT}:${JAEGER_PORT}"
- "${JAEGER_COLLECTOR_PORT}:14268"
- "${JAEGER_AGENT_PORT}:${JAEGER_AGENT_PORT}/udp"
networks:
- things_network
volumes:
prometheus_data:
grafana_data:
Expand Down
2 changes: 1 addition & 1 deletion ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The current open ports are listed below. The services that run on these ports ar
| 8088 | 5689 |
| 8089 | - |
| 5685 | - |
| 443 | - |
| 443 | - |