From 1c3aab6e471705ae8aa4ea338f5af9511d9e8406 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Mon, 26 Feb 2018 09:27:41 +0800 Subject: [PATCH] Disables query to not confuse users Readback isn't supported, yet. See https://github.com/openzipkin/zipkin-gcp/issues/28 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d11b310..b11d5d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ MAINTAINER OpenZipkin "http://zipkin.io/" ENV ZIPKIN_GCP_REPO https://jcenter.bintray.com ENV ZIPKIN_GCP_VERSION 0.1.0 +# Readback is currently not supported +ENV QUERY_ENABLED false RUN apk add unzip && \ curl -SL $ZIPKIN_GCP_REPO/io/zipkin/gcp/zipkin-autoconfigure-storage-stackdriver/$ZIPKIN_GCP_VERSION/zipkin-autoconfigure-storage-stackdriver-$ZIPKIN_GCP_VERSION-module.jar > stackdriver.jar && \