Hi,
I wanted to use Stackdriver Trace instead of my local Zipkin. I followed some examples from Google Cloud Platform (like https://github.com/istio/installer/blob/8eedd0d0bc87d641a8ae2a29ec7bf7358adc7871/istio-telemetry/mixer-telemetry/values.yaml) but it seems the settings about Stackdriver (mixer.adapters.stackdriver.enable
) are not taken in account even on Istio v1.4.3
I took a look at the Mixer Helm chart inside the repo istio/istio
and doesn’t seem to manage the stackdriver
object.
Anyone has an idea how I can manage that? Should I deal with the repo istio/installer
directly?
Thank you,
EDIT: note that I applied file for the Stackdriver Adapter:
kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/istio-samples/master/stackdriver-metrics/istio-stackdriver-metrics.yaml
It seems now I’m getting some metrics inside Stackdriver Metrics Explorer . So I’m wondering: does the settings I put was needed, or just setup the Adapter?
On the other hand, I’m not able to see traces