This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
OpenTelemetry Export Trace #12207
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@main | |
with: | |
vaultUrl: ${{ secrets.VAULT_ADDR }} | |
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} | |
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} |