From 1f9ed8851851d5b47bd345af2a0c55a2f8048a68 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Mon, 21 Oct 2024 11:15:31 -0500 Subject: [PATCH] add action to ensure otel-cli is available for final span update --- .github/workflows/pr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e857ca1e3..5a6675038 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -220,6 +220,10 @@ jobs: id: timestamp run: echo "FINAL_TIME=$(date +%s.%N)" >> ${GITHUB_OUTPUT} + # Main purpose of this traceparent line here is to ensure that otel-cli is installed. + - name: Get job traceparent + uses: rapidsai/shared-actions/telemetry-traceparent@add-telemetry + id: job-traceparent - name: Write certificate files for mTLS run: | mkdir -p /tmp/certs