github-action-to-otlp

command module
v0.0.0-...-611adf2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

README

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.

repo-token

Optional Token to use to authorize access to private repositories. Typically the GITHUB_TOKEN secret, with checks:read access.

Example usage

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

Example usage in a private repository

uses: codeboten/github-action-to-otlp@v1
with:
  endpoint: 'grpc.otlpendpoint.io:443'
  repo-token: ${{ secrets.GITHUB_TOKEN }}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL