From c730c4be81e3a8bc7d7618a9085f62aa18f9b8c9 Mon Sep 17 00:00:00 2001 From: Stephen Goodall Date: Tue, 29 Oct 2024 11:17:30 +1100 Subject: [PATCH] fix:Update example --- OTLP-GitHubAction-Exporter.yaml.dynatrace.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OTLP-GitHubAction-Exporter.yaml.dynatrace.example b/OTLP-GitHubAction-Exporter.yaml.dynatrace.example index 282e790..8891afc 100644 --- a/OTLP-GitHubAction-Exporter.yaml.dynatrace.example +++ b/OTLP-GitHubAction-Exporter.yaml.dynatrace.example @@ -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: