OpenTelemetry #14461
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, Analyze, Autoapprove, Autobackport, Autofix, Autorerun, Autotriage, Autoversion, Build, CI, Claude, Copilot, Copilot cloud agent, Copilot code review, Dependency Graph, Experiment, GitHub, Greetings, Initialize Fork, Monitor GitHub Changelog, OpenAI Codex, Performance GitHub Job, Publish, Recompile Agentic Workflows, Refresh Demos, Renovate, Report Failed Workflows, Rerequest Reviews, Shell, Test, Test Package Repositories, Update Package Repository, Workflow Example] | |
| types: | |
| - completed | |
| jobs: | |
| export: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| actions: read | |
| 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 }}' | |
| OTEL_SHELL_SDK_OUTPUT_REDIRECT: '/dev/stderr' | |
| container: ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.55.0 |