Skip to content

Commit

Permalink
action: use opentelemetry composite action (elastic#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 17, 2023
1 parent aad23e1 commit 254251a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows:
- golangci-lint
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 }}

0 comments on commit 254251a

Please sign in to comment.