Correct comments in opentracing.md.
This commit is contained in:
parent
7cfbbeb0ca
commit
516ae8edf9
1 changed files with 1 additions and 9 deletions
|
@ -6,21 +6,13 @@ By default this feature is disabled.
|
||||||
To enable the instrumentation we just need to enable the instrumentation in the configuration configmap and set the host where we should send the traces.
|
To enable the instrumentation we just need to enable the instrumentation in the configuration configmap and set the host where we should send the traces.
|
||||||
|
|
||||||
In the [rnburn/zipkin-date-server](https://github.com/rnburn/zipkin-date-server)
|
In the [rnburn/zipkin-date-server](https://github.com/rnburn/zipkin-date-server)
|
||||||
github repository is an example of a dockerized date service. Using [minikube](https://github.com/kubernetes/minikube), to install the example and zipkin collector run:
|
github repository is an example of a dockerized date service. To install the example and zipkin collector run:
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl create -f https://raw.githubusercontent.com/rnburn/zipkin-date-server/master/kubernetes/zipkin.yaml
|
kubectl create -f https://raw.githubusercontent.com/rnburn/zipkin-date-server/master/kubernetes/zipkin.yaml
|
||||||
kubectl create -f https://raw.githubusercontent.com/rnburn/zipkin-date-server/master/kubernetes/deployment.yaml
|
kubectl create -f https://raw.githubusercontent.com/rnburn/zipkin-date-server/master/kubernetes/deployment.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
In the [aledbf/zipkin-js-example](https://github.com/aledbf/zipkin-js-example) github repository is possible to see a dockerized version of zipkin-js-example with the required Kubernetes descriptors.
|
|
||||||
To install the example and the zipkin collector we just need to run:
|
|
||||||
|
|
||||||
```
|
|
||||||
kubectl create -f https://raw.githubusercontent.com/aledbf/zipkin-js-example/kubernetes/kubernetes/zipkin.yaml
|
|
||||||
kubectl create -f https://raw.githubusercontent.com/aledbf/zipkin-js-example/kubernetes/kubernetes/deployment.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
Also we need to configure the NGINX controller configmap with the required values:
|
Also we need to configure the NGINX controller configmap with the required values:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue