orcasecurity / github-action-to-otlp

Export GitHub Action Workflow data as traces via OTLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Action to OTLP

NOTE: This is still work in progress

This action outputs Github Action workflows and jobs details to OTLP via gRPC.

Inputs

endpoint

Required The OTLP endpoint which will receive the data.

headers

Optional Additional header configuration to pass in as metadata to the gRPC connection.

Example usage

uses: codeboten/github-action-to-otlp@v1
with:
  endpoint: 'grpc.otlpendpoint.io:443'

About

Export GitHub Action Workflow data as traces via OTLP

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Dockerfile 1.4%