Add depth 1 to git clone for collector demo (#2417)

This commit is contained in:
SmsS4 2023-02-28 16:28:54 +03:30 committed by GitHub
parent 2919d2e18c
commit 87e23cf71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Deploys a load generator, agent and gateway as well as Jaeger, Zipkin and
Prometheus back-ends. More information can be found on the demo [README.md][]
```sh
git clone git@github.com:open-telemetry/opentelemetry-collector-contrib.git; \
git clone git@github.com:open-telemetry/opentelemetry-collector-contrib.git --depth 1; \
cd opentelemetry-collector-contrib/examples/demo; \
docker-compose up -d
```