OpenTelemetry Export Trace #190
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: | |
- Bump opbeans node | |
- Lint | |
- test | |
- test-reporter | |
- release | |
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 }} |