From fe1d0ea060a782e061ea9e4a8e29d7ef68348b05 Mon Sep 17 00:00:00 2001 From: grambbledook Date: Thu, 11 Dec 2025 19:10:59 +0100 Subject: [PATCH] add step number to tracing params --- .github/workflows/test-ci-instrumentation-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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