Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
activity

GitHub Action

OTEL Action

v0.1.1

OTEL Action

activity

OTEL Action

Record GitHub workflow metrics as traces for an Open Telemery compatible endpoint

Installation

Copy and paste the following snippet into your .yml file.

              

- name: OTEL Action

uses: MNThomson/otel-action@v0.1.1

Learn more about this action in MNThomson/otel-action

Choose a version


OpenTelemetry Action

Upload OpenTelemetry traces of a GitHub actions workflow run

Last GitHub Commit


About

otel-action is currently in early Alpha. Branch master is not guaranteed to be stable and breaking changes may be introduced without notice.

Example usage

- name: Upload OTEL traces
  uses: MNThomson/otel-action@master
  with:
    endpoint: ${{ secrets.ENDPOINT }}
    headers: ${{ secrets.HEADERS }}
    service_name: "MyDatasetName"