Daz Wilkin

Results 48 comments of Daz Wilkin

I'd like to give this a whirl this weekend if we don't [lose power](https://www.google.org/publicalerts/alert?aid=70b220351668b284) :-( Propose using Grafana to visualize the metrics available through the Prometheus-compliant exporter(s). Is that what's...

![image](https://user-images.githubusercontent.com/1022400/52539145-a6672080-2d2f-11e9-96c8-134e089c04b4.png) Something like this? 1. Revise `docker-compose.yml` to include Grafana: https://gist.github.com/DazWilkin/4db7fd5de71ae029afdacd57d1189a97#file-docker-compose-yml 1. Create `./deploy/grafana/datasources/prometheus.yml`: https://gist.github.com/DazWilkin/4db7fd5de71ae029afdacd57d1189a97#file-prometheus-yml 1. Import (!?) the dashboard: https://gist.github.com/DazWilkin/4db7fd5de71ae029afdacd57d1189a97#file-keytransparency-json Alternatively, run the Grafana image outside of the docker-compose...

Close -- I'm able to use Cloud Builder to deploy from the repo but the Container Builder for Go is causing me problems... https://github.com/GoogleCloudPlatform/cloud-builders/issues/208

OK, it's working. ```bash export PROJECT=[[YOUR-PROJECT]] export BILLING=[[YOUR-BILLING]] gcloud projects create $PROJECT gcloud beta billing projects link $PROJECT --billing-account=$BILLING gcloud services enable cloudfunctions.googleapis.com --project=$PROJECT gcloud services enable cloudbuild.googleapis.com --project=$PROJECT #...

I Google-found an excellent (clear, works) example in Python written by the folks at sandtable: http://www.sandtable.com/using-ssl-with-grpc-in-python/ I second @LisaFC request for comprehensive client and server samples: TLS and token-based. This...

I'm not an expert either but I encountered an issue similar to yours. It's unfortunate that these issues appear to be languishing. So, I spent (probably too long) this afternoon...

I tried shipping traces to Jaeger directly and also did not appear to receive traces in Jaeger. So, it's probably not the OpenCensus Agent but my code and|or the Jaeger...

I was able to ship traces to Jaeger directly using a mash-up of OpenCensus documentation: This E2E example for tracing with Zipking: https://opencensus.io/quickstart/go/tracing/ With this -- insuffiicient (!?) -- Jaeger...

Thanks @odeke-em! I am using the release binary after having problems building the agent from source.

@odeke-em I'm using one of the release binaries because I had problems building from sources.