Skip to content

Commit

Permalink
set traceparent to actual traceparent
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 5, 2024
1 parent ac02832 commit cf51b1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- "pull-request/[0-9]+"

env:
OTEL_SERVICE_NAME: rmm-pr

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -13,7 +16,7 @@ jobs:
telemetry-setup:
runs-on: ubuntu-latest
outputs:
traceparent: ${{ steps.telemetry-setup.outputs.trace_id }}
traceparent: ${{ steps.telemetry-setup.outputs.traceparent }}
steps:
- name: Telemetry setup
id: telemetry-setup
Expand Down

0 comments on commit cf51b1c

Please sign in to comment.