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

use correct host for jaeger-collector-host in docs #3784

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use correct host for jaeger-collector-host in docs
  • Loading branch information
ElvinEfendi committed Feb 20, 2019
commit 3bb1a1e1ea124fe1071f5eb53ee2f7a9677005f9
4 changes: 2 additions & 2 deletions docs/user-guide/third-party-addons/opentracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We must also set the host to use when uploading traces:

```
zipkin-collector-host: zipkin.default.svc.cluster.local
jaeger-collector-host: jaeger-collector.default.svc.cluster.local
jaeger-collector-host: jaeger-agent.default.svc.cluster.local
datadog-collector-host: datadog-agent.default.svc.cluster.local
```
NOTE: While the option is called `jaeger-collector-host`, you will need to point this to a `jaeger-agent`, and not the `jaeger-collector` component.
Expand Down Expand Up @@ -142,7 +142,7 @@ In the Zipkin interface we can see the details:
kind: ConfigMap
data:
enable-opentracing: "true"
jaeger-collector-host: jaeger-collector.default.svc.cluster.local
jaeger-collector-host: jaeger-agent.default.svc.cluster.local
metadata:
name: nginx-configuration
namespace: kube-system
Expand Down