Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifying both zipkin and jaeger configuration results in obscure error #1983

Closed
Stono opened this issue Jan 25, 2018 · 0 comments · Fixed by #2075
Closed

Specifying both zipkin and jaeger configuration results in obscure error #1983

Stono opened this issue Jan 25, 2018 · 0 comments · Fixed by #2075

Comments

@Stono
Copy link
Contributor

Stono commented Jan 25, 2018

Hey,
With the following configuration:

 13   jaeger-collector-host: jaeger-agent.istio-system.svc.cluster.local
 14   jaeger-service-name: nginx
 15   zipkin-collector-host: zipkin.istio-system.svc.cluster.local
 16   zipkin-service-name: nginx

You get the following error:

-------------------------------------------------------------------------------
W0125 19:01:27.503342       7 queue.go:113] requeuing , err
-------------------------------------------------------------------------------
Error: exit status 1
2018/01/25 19:01:27 [error] 8169#8169: `jaeger_service_name` must be specified
nginx: [error] `jaeger_service_name` must be specified
nginx: configuration file /tmp/nginx-cfg803870234 test failed

Which is resolved if you remove the zipkin section (so the error is missleading)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant