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 6827d02 commit b2ec5b7Copy full SHA for b2ec5b7
.github/workflows/opentelemetry.yml
@@ -0,0 +1,19 @@
1
+---
2
+name: OpenTelemetry Export Trace
3
+
4
+on:
5
+ workflow_run:
6
+ workflows:
7
+ - test
8
+ - test-reporter
9
+ types: [completed]
10
11
+jobs:
12
+ otel-export-trace:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current
16
+ with:
17
+ vaultUrl: ${{ secrets.VAULT_ADDR }}
18
+ vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
19
+ vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
.github/workflows/test-reporter.yml
@@ -1,6 +1,6 @@
---
## Workflow to process the JUnit test results and add a report to the checks.
-name: Test Report
+name: test-reporter
on:
workflow_run:
workflows:
0 commit comments