We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f636d commit 43b3554Copy full SHA for 43b3554
.github/workflows/opentelemetry.yml
@@ -0,0 +1,18 @@
1
+---
2
+name: OpenTelemetry Export Trace
3
+
4
+on:
5
+ workflow_run:
6
+ workflows:
7
+ - pre-commit
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