From d6059b32eb39a2a6531802c06ab3b42b10a55aac Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 4 Oct 2024 11:40:40 +0200 Subject: [PATCH] Revert "github-action: enable opentelemetry for tracing GitHub actions" (#243) Reverts elastic/go-sysinfo#206 --- .github/workflows/opentelemetry.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/opentelemetry.yml diff --git a/.github/workflows/opentelemetry.yml b/.github/workflows/opentelemetry.yml deleted file mode 100644 index 485a43d..0000000 --- a/.github/workflows/opentelemetry.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -# Look up results at https://ela.st/oblt-ci-cd-stats -# There will be one service per GitHub repository, including the org name, and one Transaction per Workflow. -name: OpenTelemetry Export Trace - -on: - workflow_run: - workflows: [ "*" ] - types: [completed] - -permissions: - contents: read - actions: read - -jobs: - otel-export-trace: - runs-on: ubuntu-latest - steps: - - uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current - with: - vaultUrl: ${{ secrets.VAULT_ADDR }} - vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} - vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}