From 80887ca570819ec8be5cba276877a90fcda723f6 Mon Sep 17 00:00:00 2001 From: grambbledook Date: Thu, 11 Dec 2025 16:12:05 +0100 Subject: [PATCH] set the tracing id ocrrectly --- .github/workflows/test-ci-instrumentation-workflow.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ci-instrumentation-workflow.yml b/.github/workflows/test-ci-instrumentation-workflow.yml index 3c1c1bbbf2c..f0c583e8e10 100644 --- a/.github/workflows/test-ci-instrumentation-workflow.yml +++ b/.github/workflows/test-ci-instrumentation-workflow.yml @@ -43,7 +43,10 @@ jobs: - name: Start Go Cache Plugin run: | - ./atool serve --plugin 5930 --http=localhost:5970 --modproxy --cache-dir=/tmp/gocache --local --cache-dir=/tmp/gocachenew --log-file go-cache.log & + ./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" & + echo $! > atool.pid - name: Build Grafana