Go: tracing framework (#17004)

### Summary

Tracing framework

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-07-16 19:35:43 +08:00
committed by GitHub
parent f8cba62108
commit f8474a67f5
9 changed files with 91 additions and 81 deletions

View File

@@ -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