Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Disables query to not confuse users
Browse files Browse the repository at this point in the history
Readback isn't supported, yet.

See openzipkin/zipkin-gcp#28
  • Loading branch information
Adrian Cole committed Feb 26, 2018
1 parent 615b03f commit 1c3aab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 1c3aab6

Please sign in to comment.