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
2 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,4 +11,6 @@ RUN cd agent &&\
mv main /hindsight_collector
# Todo: more configuration
ENTRYPOINT ["/hindsight_collector"]
\ No newline at end of file
ENTRYPOINT ["/hindsight_collector", "-out", "hindsight_traces"]
# to access the generated traces:
# -v ${PWD}/hindsight_traces:/root/hindsight/hindsight_traces
\ No newline at end of file
Loading