Skip to content

Jaeger integration changed: official doc’s approach no longer allows quick integration through the YAML configuration file. #5458

@colour-y

Description

@colour-y

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
——————————
但尝试发现并不能正确接入,希望获取补充文档

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions