error: config file etc/article.yaml, error: value "jaeger" is not defined in options "[zipkin otlpgrpc otlphttp file]"
exit status 1
现在目前为止是这四种选型
————————
问chatgpt的答复是:
Telemetry:
Name: article-rpc
Endpoint: localhost:34317 # 你做了 34317:4317 映射就用这个
Sampler: 1.0
Batcher: otlpgrpc
————————
jaeger:
image: jaegertracing/all-in-one:latest
container_name: jaeger
environment:
- COLLECTOR_OTLP_ENABLED=true
ports:
- "16686:16686"
- "34317:4317"
- "34318:4318"
restart: unless-stopped
——————————
但尝试发现并不能正确接入,希望获取补充文档