Skip to content

Commit 6b4294b

Browse files
mergify[bot]v1v
andauthored
action: use opentelemetry composite action (#2282) (#2283)
(cherry picked from commit ed409ce) Co-authored-by: Victor Martinez <[email protected]>
1 parent 28678f5 commit 6b4294b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/opentelemetry.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: OpenTelemetry Export Trace
3+
4+
on:
5+
workflow_run:
6+
workflows:
7+
- golangci-lint
8+
types: [completed]
9+
10+
jobs:
11+
otel-export-trace:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current
15+
with:
16+
vaultUrl: ${{ secrets.VAULT_ADDR }}
17+
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
18+
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}

0 commit comments

Comments
 (0)