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
+ 9
0
@@ -293,6 +293,15 @@ completion. Takes as argument the collector data file
--usage Give a short usage message
```
### Generate addresses file (for Alibaba trace)
To generate addresses file for deployment, first manually update the server hostname list in `gen_address.py`, Then run:
```
python3 gen_address.py -t config/alibaba_long
```
This would generate Hindsight config file for each service under `hindsight_conf/` and the addresses file under `config/`. Services are evenly deployed on all servers. Will need to copy `hindsight_conf/` to `/etc/` (See details in https://gitlab.mpi-sws.org/cld/tracing/hindsight/-/blob/main/docs/configuration.md).
### Explanation of topology file
Loading