Skip to content

Commit

Permalink
Merge pull request #3784 from Shopify/fix-doc
Browse files Browse the repository at this point in the history
use correct host for jaeger-collector-host in docs
  • Loading branch information
k8s-ci-robot authored Feb 20, 2019
2 parents e007114 + 3bb1a1e commit 7534cd5
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7534cd5

Please sign in to comment.