Skip to content

Commit

Permalink
Remove Azure trace link
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Cvetković <[email protected]>
  • Loading branch information
cvetkovic committed Jun 27, 2024
1 parent 5c6fdf4 commit c70e757
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/sampler.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ duration of the cleaned trace.
### Workflow

First, download the original trace files
from [here](https://azurecloudpublicdataset2.z19.web.core.windows.net/azurepublicdatasetv2/azurefunctions_dataset2019/azurefunctions-dataset2019.tar.xz)
from [here](https://github.com/Azure/AzurePublicDataset/blob/master/AzureFunctionsDataset2019.md)
and extract the CSV files (default location: `data/azure/`).

```console
wget https://azurecloudpublicdataset2.z19.web.core.windows.net/azurepublicdatasetv2/azurefunctions_dataset2019/azurefunctions-dataset2019.tar.xz -P ./data/azure tar -xf ./data/azure/azurefunctions-dataset2019.tar.xz -C data/azure/
```

Then, run the following command to preprocess the trace.

```console
Expand Down

0 comments on commit c70e757

Please sign in to comment.