Github Action to OTLP
ActionsTags
(2)NOTE: This is still work in progress
This action outputs Github Action workflows and jobs details to OTLP via gRPC.
Required The OTLP endpoint which will receive the data.
Optional Additional header configuration to pass in as metadata to the gRPC connection.
Optional Token to use to authorize access to private repositories. Typically the GITHUB_TOKEN
secret, with checks:read
access.
uses: codeboten/github-action-to-otlp@v1
with:
endpoint: 'grpc.otlpendpoint.io:443'
uses: codeboten/github-action-to-otlp@v1
with:
endpoint: 'grpc.otlpendpoint.io:443'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Github Action to OTLP is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.