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 37c0ac6 commit d95fa82Copy full SHA for d95fa82
.github/workflows/dash0.yml
@@ -0,0 +1,22 @@
1
+name: Export workflow to Dash0
2
+
3
+on:
4
+ workflow_run:
5
+ workflows:
6
+ - "Test"
7
+ - "Update release metadata"
8
+ - "Validate release metadata"
9
+ types: [completed]
10
11
+jobs:
12
+ otel-export-dash0:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - name: Export workflow to Dash0
17
+ uses: corentinmusard/otel-cicd-action@v1
18
+ with:
19
+ otlpEndpoint: grpc://ingress.eu-west-1.aws.dash0-dev.com:4317
20
+ otlpHeaders: ${{ secrets.DASH0_OTLP_HEADERS }}
21
+ githubToken: ${{ secrets.GITHUB_TOKEN }}
22
+ runId: ${{ github.event.workflow_run.id }}
0 commit comments