Skip to content

Commit

Permalink
fix:Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGoodall committed Oct 29, 2024
1 parent 7532ea6 commit c730c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OTLP-GitHubAction-Exporter.yaml.dynatrace.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ permissions: read-all
env:
ACTION_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OTEL_EXPORTER_OTEL_ENDPOINT: https://abc12345.live.dynatrace.com/api/v2/otlp/
OTLP_PROTOCOL: HTTP # (Optional [HTTP/GRPC] - default is HTTP)
OTLP_PROTOCOL: HTTP
WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }}
WORKFLOW_RUN_NAME: ${{ github.event.workflow_run.name }}
OTEL_EXPORTER_OTLP_HEADERS: Authorization=Api-Token ${{ secrets.DYNATRACE_OTEL_API_TOKEN }}
GITHUB_DEBUG: false (Optional [true/false] - default is false)
GITHUB_DEBUG: false

jobs:

Expand Down

0 comments on commit c730c4b

Please sign in to comment.