Enable opentelemetry if the following two github secrets are available in the repository:
observability:
otlp:
endpoint:
- url: ${{ secrets.GH_AW_OTEL_ENDPOINT }}
headers:
Authorization: ${{ secrets.GH_AW_OTEL_AUTHORIZATION }}
Use a shared import.
This should be supported in all the GitHub agentic workflows.
Enable opentelemetry if the following two github secrets are available in the repository:
Use a shared import.
Official docs:
This should be supported in all the GitHub agentic workflows.