Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 594 Bytes

Jaeger-remote-storage

基于 jaeger 1.59 拓展,参考jaeger-clickhouse,支持clickhouse作为后端存储, 同时兼容原来的后端存储

构建

docker build -t apo-jaeger-remote-storage:latest -f cmd/remote-storage/Dockerfile-APO .

部署

docker run -e SPAN_STORAGE_TYPE=clickhouse -e CLICKHOUSE_CONFIG=/app/config.yaml apo-jaeger-remote-storage:latest

配置

clickhouse后端存储配置文件config.yaml