OpenTelemetry #1606
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: OpenTelemetry | |
| on: | |
| workflow_run: | |
| workflows: | |
| - .github/workflows/copilot-setup-steps.yml | |
| - Autoversion | |
| - Claude | |
| - CodeQL | |
| - Copilot | |
| - Copilot cloud agent | |
| - Copilot code review | |
| - Copilot coding agent | |
| - OpenAI Codex | |
| - Recompile Agentic Workflows | |
| - Renovate | |
| - Report Failed Workflows | |
| types: | |
| - completed | |
| jobs: | |
| export: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: plengauer/opentelemetry-github/actions/instrument/workflow@909c7153cce2c6ef916f4fde6958886d9d65af03 # v5.55.0 | |
| env: | |
| OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }} | |
| OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }} | |
| permissions: | |
| actions: read |