Skip to content
Snippets Groups Projects

Enable head-based sampling and add some scripts for large scale deployment

Merged Zhiqiang Xie requested to merge zxie into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -93,7 +93,7 @@ RUN cd agent &&\
go build cmd/agent2/main.go &&\
mv main /hindsight_agent
RUN --mount=type=ssh git clone --branch zxie git-rts@gitlab.mpi-sws.org:cld/tracing/hindsight-grpc.git /root/hindsight-grpc
RUN --mount=type=ssh git clone git-rts@gitlab.mpi-sws.org:cld/tracing/hindsight-grpc.git /root/hindsight-grpc
WORKDIR /root/hindsight-grpc
RUN mkdir build &&\
cd build &&\
Loading