trx-parser

Telemetry Documentation

The TRX Parser action includes vendor-only telemetry that automatically collects usage and performance metrics for the action maintainer. This telemetry is completely transparent to action users and requires no configuration.

How It Works

What’s Collected (Vendor Only)

Metrics

Traces

Vendor Configuration

For the action maintainer, telemetry requires these repository secrets:

Variable Description
VENDOR_HONEYCOMB_API_KEY Honeycomb API key for exporting telemetry data
VENDOR_HONEYCOMB_DATASET Optional: Honeycomb dataset name (defaults to ‘trx-parser’)

Security & Privacy

For Action Users

You don’t need to do anything! This telemetry is completely transparent and automatic. Your usage of the action is exactly the same whether telemetry is enabled or not.

- name: Parse TRX files
  uses: NasAmin/trx-parser@v1
  with:
    TRX_PATH: './test-results'
    REPO_TOKEN: $

The action will work identically with or without telemetry, and you’ll never see any telemetry-related configuration, logs, or errors.