mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-17 21:27:23 +08:00
Go: tracing framework (#17004)
### Summary Tracing framework --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -250,6 +250,21 @@ services:
|
||||
timeout: 10s
|
||||
retries: 120
|
||||
|
||||
jaeger:
|
||||
profiles:
|
||||
- jaeger
|
||||
image: jaegertracing/jaeger:${JAEGER_VERSION:-2.19.0}
|
||||
ports:
|
||||
- ${JAEGER_OTLP_GRPC_PORT:-4317}:4317
|
||||
- ${JAEGER_OTLP_HTTP_PORT:-4318}:4318
|
||||
- ${JAEGER_UI_PORT:-16686}:16686
|
||||
env_file: .env
|
||||
environment:
|
||||
- COLLECTOR_OTLP_ENABLED=true
|
||||
networks:
|
||||
- ragflow
|
||||
restart: unless-stopped
|
||||
|
||||
nats:
|
||||
profiles:
|
||||
- ragflow-go
|
||||
@@ -270,21 +285,6 @@ services:
|
||||
timeout: 10s
|
||||
retries: 30
|
||||
|
||||
jaeger:
|
||||
profiles:
|
||||
- jaeger
|
||||
image: jaegertracing/jaeger:${JAEGER_VERSION:-2.19.0}
|
||||
ports:
|
||||
- ${JAEGER_OTLP_GRPC_PORT:-4317}:4317
|
||||
- ${JAEGER_OTLP_HTTP_PORT:-4318}:4318
|
||||
- ${JAEGER_UI_PORT:-16686}:16686
|
||||
env_file: .env
|
||||
environment:
|
||||
- COLLECTOR_OTLP_ENABLED=true
|
||||
networks:
|
||||
- ragflow
|
||||
restart: unless-stopped
|
||||
|
||||
tei-cpu:
|
||||
profiles:
|
||||
- tei-cpu
|
||||
|
||||
Reference in New Issue
Block a user