OpenTelemetry Export Trace #743
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: OpenTelemetry Export Trace | |
on: | |
workflow_run: | |
workflows: | |
- Auto Assign to Project(s) | |
- Issue Labeler | |
- ci | |
- coverage-reporter | |
- microbenchmark | |
- release | |
- run-matrix | |
- snapshoty | |
- test-reporter | |
- updatecli | |
types: [completed] | |
jobs: | |
otel-export-trace: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current | |
with: | |
vaultUrl: ${{ secrets.VAULT_ADDR }} | |
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} | |
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} |