OpenTelemetry Export Trace #16331
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
--- | |
# Look up results at https://ela.st/oblt-ci-cd-stats. | |
# There will be one service per GitHub repository, including the org name, and one Transaction per Workflow. | |
name: OpenTelemetry Export Trace | |
on: | |
workflow_run: | |
workflows: [ "*" ] | |
types: [completed] | |
permissions: | |
contents: read | |
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 }} |