diff --git a/.github/workflows/test-ci-instrumentation-workflow.yml b/.github/workflows/test-ci-instrumentation-workflow.yml index f0c583e8e10..eb8464f3aa5 100644 --- a/.github/workflows/test-ci-instrumentation-workflow.yml +++ b/.github/workflows/test-ci-instrumentation-workflow.yml @@ -45,7 +45,7 @@ jobs: run: | ./atool serve --plugin 5930 --http=localhost:5970 --modproxy \ --cache-dir=/tmp/gocache --local --cache-dir=/tmp/gocachenew --log-file go-cache.log \ - --tracing "${GITHUB_RUN_ID}:${GITHUB_RUN_ATTEMPT}:${GITHUB_JOB}:Build Grafana" & + --tracing "${GITHUB_RUN_ID}:${GITHUB_RUN_ATTEMPT}:${GITHUB_JOB}:Build Grafana:8" & echo $! > atool.pid