We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey,
With the following configuration:
You get the following error:
Which is resolved if you remove the zipkin section (so the error is missleading)
The text was updated successfully, but these errors were encountered: