Add Jaeger support for Adservice. (#111)

This is the first service that exports to jaeger. Others to follow.
Requires jaeger to be instantiated using 

- helm install --name jaeger stable/jaeger-operator
- kubectl apply -f jaeger.yaml

=== jaeger.yaml Content ===
apiVersion: io.jaegertracing/v1alpha1
kind: Jaeger
metadata:
  name: jaeger

Above steps will be added to README in subsequent PR.
This commit is contained in:
rghetia 2019-01-03 12:56:06 -08:00 committed by Ahmet Alp Balkan
parent 94ed247c0b
commit d944092100
3 changed files with 24 additions and 13 deletions

View file

@ -31,6 +31,8 @@ spec:
env:
- name: PORT
value: "9555"
- name: JAEGER_ENABLED
value: "false"
resources:
requests:
cpu: 200m