Skip to content

Commit

Permalink
add action to ensure otel-cli is available for final span update
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 21, 2024
1 parent 8d5473a commit 1f9ed88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f9ed88

Please sign in to comment.