-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
per #42 (comment)
We should highlight that this code (which ends up in the openzipkin/zipkin-gcp docker image) replaces the preceding gcr.io/stackdriver-trace-docker/zipkin-collector, but it is different. Primarily, the stackdriver module here is a server extension, not enabled by default. We should also note the oauth scope required for stackdriver quite loudly
https://www.googleapis.com/auth/trace.append oauth scope is required
translation from old to new:
kubectl run zipkin-collector --image=gcr.io/stackdriver-trace-docker/zipkin-collector --expose --port=9411
kubectl run zipkin-gcp --image=openzipkin/zipkin-gcp --env="STORAGE_TYPE=stackdriver" --expose --port=9411
Thanks for the advice @jsw
aliuygur
Metadata
Metadata
Assignees
Labels
No labels